Title: [224476] trunk/Source/WebCore
Revision
224476
Author
[email protected]
Date
2017-11-05 19:59:43 -0800 (Sun, 05 Nov 2017)

Log Message

[WinCairo] Fix build after r224463
https://bugs.webkit.org/show_bug.cgi?id=179310

Unreviewed build fix.

No new tests (No behavior change).

Patch by Fujii Hironori <[email protected]> on 2017-11-05

* platform/graphics/win/GraphicsContextCairoWin.cpp: Include "GraphicsContextImpl.h".

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224475 => 224476)


--- trunk/Source/WebCore/ChangeLog	2017-11-06 03:47:05 UTC (rev 224475)
+++ trunk/Source/WebCore/ChangeLog	2017-11-06 03:59:43 UTC (rev 224476)
@@ -1,3 +1,14 @@
+2017-11-05  Fujii Hironori  <[email protected]>
+
+        [WinCairo] Fix build after r224463
+        https://bugs.webkit.org/show_bug.cgi?id=179310
+
+        Unreviewed build fix.
+
+        No new tests (No behavior change).
+
+        * platform/graphics/win/GraphicsContextCairoWin.cpp: Include "GraphicsContextImpl.h".
+
 2017-11-05  Antoine Quint  <[email protected]>
 
         [Web Animations] Schedule animations registered on the document timeline

Modified: trunk/Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp (224475 => 224476)


--- trunk/Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp	2017-11-06 03:47:05 UTC (rev 224475)
+++ trunk/Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp	2017-11-06 03:59:43 UTC (rev 224476)
@@ -28,6 +28,7 @@
 
 #include "AffineTransform.h"
 #include "DIBPixelData.h"
+#include "GraphicsContextImpl.h"
 #include "Path.h"
 
 #include <cairo-win32.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to