RESOLVED FIXED 129967
Clean up PlatformLayer.h
https://bugs.webkit.org/show_bug.cgi?id=129967
Summary Clean up PlatformLayer.h
Jae Hyun Park
Reported 2014-03-08 03:23:33 PST
SSIA
Attachments
Patch (1.64 KB, patch)
2014-03-08 03:25 PST, Jae Hyun Park
no flags
Patch (1.76 KB, patch)
2014-03-08 17:01 PST, Jae Hyun Park
no flags
Jae Hyun Park
Comment 1 2014-03-08 03:25:36 PST
Martin Robinson
Comment 2 2014-03-08 08:14:23 PST
Comment on attachment 226213 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226213&action=review > Source/WebCore/platform/graphics/PlatformLayer.h:34 > -#elif PLATFORM(WIN) && USE(TEXTURE_MAPPER) > +#elif (PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(EFL)) && USE(TEXTURE_MAPPER) Can this just be USE(TEXTURE_MAPPER) now?
Jae Hyun Park
Comment 3 2014-03-08 17:01:00 PST
WebKit Commit Bot
Comment 4 2014-03-08 17:41:22 PST
Comment on attachment 226240 [details] Patch Clearing flags on attachment: 226240 Committed r165343: <http://trac.webkit.org/changeset/165343>
WebKit Commit Bot
Comment 5 2014-03-08 17:41:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.