[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 02:12:52 PDT 2012


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





--- Comment #23 from Hyowon Kim <hw1008.kim at samsung.com>  2012-10-26 02:14:00 PST ---
> > 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...

Should we also apply that to WK1?
In ChromeClientEfl.cpp, many ewk_view_*() functions are called now.

-- 
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