[Webkit-unassigned] [Bug 57097] New: [Chromium] Add CGBitmapContext.h include to WebViewImpl.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 25 05:54:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57097
Summary: [Chromium] Add CGBitmapContext.h include to
WebViewImpl.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: caryclark at google.com
In the Chrome tree, removing '#import ApplicationServices.h' from skia/ext/platform_device_mac.h avoids header conflicts, but causes WebKit/chromium/src/WebViewImpl.cpp to fail, since it refers to CGBitmapContextGetHeight(). Adding #include CGBitmapContext.h to WebViewImpl.cpp fixes this.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list