Title: [224476] trunk/Source/WebCore
Revision
224476
Author
commit-qu...@webkit.org
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 <hironori.fu...@sony.com> 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  <hironori.fu...@sony.com>
+
+        [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  <grao...@apple.com>
 
         [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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to