Bug 59952

Summary: Prune ApplicationServices.h out of the headers
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2011-05-02 12:02:29 PDT
Prune ApplicationServices.h out of the headers
Comment 1 Sam Weinig 2011-05-02 12:03:17 PDT
Created attachment 91952 [details]
Patch
Comment 2 Sam Weinig 2011-05-02 12:11:22 PDT
Committed r85501: <http://trac.webkit.org/changeset/85501>
Comment 3 Alexey Proskuryakov 2011-05-02 14:47:53 PDT
Comment on attachment 91952 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=91952&action=review

> Source/WebCore/platform/graphics/cg/PDFDocumentImage.cpp:36
> +#include <CoreGraphics/CGContext.h>
> +#include <CoreGraphics/CGPDFDocument.h>

Is this kind of include officially supported, or is it a dirty hack?