Bug 23691 - REGRESSION: New GraphicsContextCGWin members needed in all Windows builds.
Summary: REGRESSION: New GraphicsContextCGWin members needed in all Windows builds.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 23623
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-02 12:29 PST by Brent Fulgham
Modified: 2009-02-02 13:36 PST (History)
1 user (show)

See Also:


Attachments
Move common code up in the hierarchy to clean up implementation and resolve build issue. (3.86 KB, patch)
2009-02-02 13:14 PST, Brent Fulgham
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2009-02-02 12:29:54 PST
Fix for 23623 added two new methods (setShouldIncludeChildWindows and shouldIncludeChildWindows) to the GraphicsContext for Windows builds, but only defined them for the CG Windows build.

This patch moves the implementation from GraphicsContextCG to GraphicsContextWin, where the Cairo and CG builds can use them.
Comment 1 Brent Fulgham 2009-02-02 13:14:21 PST
Created attachment 27257 [details]
Move common code up in the hierarchy to clean up implementation and resolve build issue.
Comment 2 Brent Fulgham 2009-02-02 13:36:04 PST
Committed in r40490.