From: eric@webkit.org Date: Fri, 20 Nov 2009 00:47:08 +0000 (+0000) Subject: 2009-11-19 Avi Drissman X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=868c57ef0dcda58d4bb0b5739ccffe97705b1aaa 2009-11-19 Avi Drissman Reviewed by Darin Adler. Quick style fix. https://bugs.webkit.org/show_bug.cgi?id=27777 * platform/graphics/cg/PDFDocumentImage.cpp: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51221 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 7f65057729b2..afe5c80eabe1 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,12 @@ +2009-11-19 Avi Drissman + + Reviewed by Darin Adler. + + Quick style fix. + https://bugs.webkit.org/show_bug.cgi?id=27777 + + * platform/graphics/cg/PDFDocumentImage.cpp: + 2009-11-19 Beth Dakin Build fix. No review needed. diff --git a/WebCore/platform/graphics/cg/PDFDocumentImage.cpp b/WebCore/platform/graphics/cg/PDFDocumentImage.cpp index 673de1d66d1e..67333aef3c0c 100644 --- a/WebCore/platform/graphics/cg/PDFDocumentImage.cpp +++ b/WebCore/platform/graphics/cg/PDFDocumentImage.cpp @@ -31,10 +31,11 @@ #include "GraphicsContext.h" #include "ImageObserver.h" +#include + #if !PLATFORM(MAC) #include "ImageSourceCG.h" #endif -#include using namespace std;