Bug 129967 - Clean up PlatformLayer.h
Summary: Clean up PlatformLayer.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jae Hyun Park
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 03:23 PST by Jae Hyun Park
Modified: 2014-03-08 17:41 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2014-03-08 03:25 PST, Jae Hyun Park
no flags Details | Formatted Diff | Diff
Patch (1.76 KB, patch)
2014-03-08 17:01 PST, Jae Hyun Park
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jae Hyun Park 2014-03-08 03:23:33 PST
SSIA
Comment 1 Jae Hyun Park 2014-03-08 03:25:36 PST
Created attachment 226213 [details]
Patch
Comment 2 Martin Robinson 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?
Comment 3 Jae Hyun Park 2014-03-08 17:01:00 PST
Created attachment 226240 [details]
Patch
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2014-03-08 17:41:24 PST
All reviewed patches have been landed.  Closing bug.