Summary: | [GTK] Allow to build WebKitGtk+ with accelerated compositing | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joone Hur <joone.hur> | ||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | gns, mrobinson, webkit.review.bot, xan.lopez | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Linux | ||||||||
Attachments: |
|
Description
Joone Hur
2011-06-26 10:14:47 PDT
Created attachment 98652 [details]
Proposed Patch
Comment on attachment 98652 [details] Proposed Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98652&action=review > Source/JavaScriptCore/wtf/Platform.h:1138 > +#if PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(QT) || (PLATFORM(WIN) && !OS(WINCE) &&!defined(WIN_CAIRO)) || PLATFORM(EFL) || PLATFORM(GTK) I don't think we should turn it on by default until it's implemented. The other parts of this change look good. Created attachment 98877 [details]
Proposed Patch2
I've updated the patch.
Thanks, Martin.
Comment on attachment 98877 [details] Proposed Patch2 Clearing flags on attachment: 98877 Committed r89937: <http://trac.webkit.org/changeset/89937> All reviewed patches have been landed. Closing bug. |