Bug 129417 - compile fix when not using TEXTURE_MAPPER_GL
Summary: compile fix when not using TEXTURE_MAPPER_GL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 21:26 PST by Alex Christensen
Modified: 2014-02-27 14:43 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2014-02-26 21:28 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (2.35 KB, patch)
2014-02-26 22:27 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (1.20 KB, patch)
2014-02-27 11:20 PST, Alex Christensen
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2014-02-26 21:26:57 PST
Having two definitions for platformCreateAccelerated has caused compiler errors for ports not using TEXTURE_MAPPER_GL, such as WinCairo.  I suggest the definitions be moved to the same place.

Also, should WinCairo be using TEXTURE_MAPPER_GL for anything?
Comment 1 Alex Christensen 2014-02-26 21:28:13 PST
Created attachment 225342 [details]
Patch
Comment 2 Alex Christensen 2014-02-26 22:27:39 PST
Created attachment 225344 [details]
Patch
Comment 3 Alex Christensen 2014-02-27 11:20:05 PST
Created attachment 225396 [details]
Patch
Comment 4 Alex Christensen 2014-02-27 14:43:27 PST
committed to http://trac.webkit.org/changeset/164825