Bug 70522 - [cairo] Forward declaration of GraphicsContextState uses class instead of struct
Summary: [cairo] Forward declaration of GraphicsContextState uses class instead of struct
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 10:11 PDT by Alejandro G. Castro
Modified: 2011-10-21 05:43 PDT (History)
0 users

See Also:


Attachments
Proposed patch (1.80 KB, patch)
2011-10-20 10:16 PDT, Alejandro G. Castro
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-10-20 10:11:50 PDT
Inside PlatformContextCairo.h we are forward declaring the GraphicsContextState as a class but it is actually a struct.
Comment 1 Alejandro G. Castro 2011-10-20 10:16:32 PDT
Created attachment 111800 [details]
Proposed patch
Comment 2 Alejandro G. Castro 2011-10-21 05:43:40 PDT
Landed http://trac.webkit.org/changeset/98096