[Webkit-unassigned] [Bug 80748] [EFL] Add PageClientEfl to WebCoreSupport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 00:04:16 PDT 2012


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





--- Comment #12 from Hyowon Kim <hw1008.kim at samsung.com>  2012-03-21 00:04:15 PST ---

Thanks for your comments. :D

> > Source/WebCore/platform/Widget.h:97
> > +#elif PLATFORM(EFL)
> > +namespace WebCore {
> > +class PageClientEfl;
> > +typedef PageClientEfl* PlatformPageClient;
> > +}
> 
> Check PluginViewEfl.cpp. this file also use platformPageClient()

I've checked and modified it.

> > Source/WebKit/efl/ewk/ewk_private.h:246
> > +bool ewk_view_accelerated_compositing_object_create(Evas_Object* ewkView, Evas_Native_Surface* nativeSurface, int x, int y, int width, int height);
> 
> I prefer IntRect for internal functions.

Done. IntRect looks better. Thanks. :)

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