[Webkit-unassigned] [Bug 62444] [EFL][WK2] Add BackingStoreEfl for WebKit2 EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 21:43:34 PDT 2011


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





--- Comment #5 from Brent Fulgham <bfulgham at webkit.org>  2011-06-13 21:43:33 PST ---
(From update of attachment 96718)
View in context: https://bugs.webkit.org/attachment.cgi?id=96718&action=review

There is a lot of Cairo functionality here that is improperly limited to EFL.  Can this patch be combined with some of our GTK/WinCairo stuff for better reuse?

> Source/WebKit2/UIProcess/BackingStore.h:44
> +#if PLATFORM(GTK) || PLATFORM(EFL)

This needs to be based on the Cairo feature, not GTK/EFL.  A patch to this effect was already submitted IIRC by mrobinson, but I'm not sure the state.

> Source/WebKit2/UIProcess/BackingStore.h:76
> +#elif PLATFORM(GTK) || PLATFORM(EFL)

Ditto:  This is PLATFORM(CAIRO) (or is it FEATURE(CAIRO) 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