[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 05:39:48 PDT 2012


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





--- Comment #19 from YoungTaeck Song <youngtaeck.song at samsung.com>  2012-07-19 05:39:46 PST ---
(In reply to comment #17)
> (From update of attachment 153162 [details])
> 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?

Thank you for kind review.
I changed PLATFORM(QT) to UI_SIDE_COMPOSITING.
And removed some classes that don't be used.

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