[Webkit-unassigned] [Bug 89840] [WK2][EFL] Implement accelerated compositing on WK2 Efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 01:56:23 PDT 2012


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





--- Comment #17 from Simon Hausmann <hausmann at webkit.org>  2012-07-19 01:56:21 PST ---
(From update of attachment 153162)
View in context: https://bugs.webkit.org/attachment.cgi?id=153162&action=review

> Source/WebKit2/Shared/WebCoreArgumentCoders.h:70
> +#if PLATFORM(QT) || PLATFORM(EFL)

It looks like the en/de-coders for types like FloatPoint3D that this section forward-declares are wrapped in #if USE(UI_SIDE_COMPOSITING), so perhaps
this #if PLATFORM(QT) should also be changed to use UI_SIDE_COMPOSITING instead?

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