[Webkit-unassigned] [Bug 82315] [Texmap][EFL] Implementation of AC related functions in ChromeClientEfl and ewkView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 26 01:06:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82315





--- Comment #18 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-10-26 01:08:01 PST ---
(From update of attachment 170795)
View in context: https://bugs.webkit.org/attachment.cgi?id=170795&action=review

> Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp:596
> -    notImplemented();
> +    ewk_view_root_graphics_layer_set(m_view, rootLayer);

Werent we moving to use C++ methods?

> Source/WebKit/efl/ewk/ewk_view.cpp:4538
> +
> +bool ewk_view_accelerated_compositing_object_create(Evas_Object* ewkView, Evas_Native_Surface* nativeSurface, const WebCore::IntRect& rect)
> +{
> +    EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);

Same...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list