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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 16:07:29 PDT 2012


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





--- Comment #10 from Ryuan Choi <ryuan.choi at samsung.com>  2012-03-18 16:07:28 PST ---
(From update of attachment 132486)
View in context: https://bugs.webkit.org/attachment.cgi?id=132486&action=review

> Source/WebCore/platform/Widget.h:97
> +#elif PLATFORM(EFL)
> +namespace WebCore {
> +class PageClientEfl;
> +typedef PageClientEfl* PlatformPageClient;
> +}

Check PluginViewEfl.cpp. this file also use platformPageClient()

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

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