Bug 40115 - [WinCairo] MediaPlayerPrivateFullscreenWindow.cpp doesn't build on VS8
Summary: [WinCairo] MediaPlayerPrivateFullscreenWindow.cpp doesn't build on VS8
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 05:16 PDT by Philippe Normand
Modified: 2010-07-18 23:47 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.53 KB, patch)
2010-06-03 05:20 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2010-06-03 05:16:36 PDT
CGColor.h is included by that file but it's required only if ACCELERATED_COMPOSITING is enabled. So I think it'd make sense to include it only if the feature is enabled.
Comment 1 Philippe Normand 2010-06-03 05:20:15 PDT
Created attachment 57755 [details]
proposed patch
Comment 2 Philippe Normand 2010-07-18 23:47:22 PDT
Turns out this was already fixed in r62128