Title: [257068] branches/safari-609.1.20.1-branch/Source/WebCore
Revision
257068
Author
timothy_hor...@apple.com
Date
2020-02-20 10:38:51 -0800 (Thu, 20 Feb 2020)

Log Message

WebCore fails to build: use of undeclared identifier 'CGContextDrawPDFPageWithAnnotations'
<rdar://problem/59623059>

* platform/graphics/cg/PDFDocumentImage.cpp:

Modified Paths

Diff

Modified: branches/safari-609.1.20.1-branch/Source/WebCore/ChangeLog (257067 => 257068)


--- branches/safari-609.1.20.1-branch/Source/WebCore/ChangeLog	2020-02-20 17:40:14 UTC (rev 257067)
+++ branches/safari-609.1.20.1-branch/Source/WebCore/ChangeLog	2020-02-20 18:38:51 UTC (rev 257068)
@@ -1,3 +1,10 @@
+2020-02-20  Tim Horton  <timothy_hor...@apple.com>
+
+        WebCore fails to build: use of undeclared identifier 'CGContextDrawPDFPageWithAnnotations'
+        <rdar://problem/59623059>
+
+        * platform/graphics/cg/PDFDocumentImage.cpp:
+
 2020-02-19  Alan Coon  <alanc...@apple.com>
 
         Apply patch. rdar://problem/59576808

Modified: branches/safari-609.1.20.1-branch/Source/WebCore/platform/graphics/cg/PDFDocumentImage.cpp (257067 => 257068)


--- branches/safari-609.1.20.1-branch/Source/WebCore/platform/graphics/cg/PDFDocumentImage.cpp	2020-02-20 17:40:14 UTC (rev 257067)
+++ branches/safari-609.1.20.1-branch/Source/WebCore/platform/graphics/cg/PDFDocumentImage.cpp	2020-02-20 18:38:51 UTC (rev 257068)
@@ -42,6 +42,7 @@
 #include "SharedBuffer.h"
 #include <CoreGraphics/CGContext.h>
 #include <CoreGraphics/CGPDFDocument.h>
+#include <pal/spi/cg/CoreGraphicsSPI.h>
 #include <wtf/MathExtras.h>
 #include <wtf/RAMSize.h>
 #include <wtf/RetainPtr.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to