Title: [225194] trunk/Source/WebCore/html/OffscreenCanvas.h
Revision
225194
Author
[email protected]
Date
2017-11-27 14:18:54 -0800 (Mon, 27 Nov 2017)

Log Message

Attempt to fix Windows build.

* html/OffscreenCanvas.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/html/OffscreenCanvas.h (225193 => 225194)


--- trunk/Source/WebCore/html/OffscreenCanvas.h	2017-11-27 22:12:46 UTC (rev 225193)
+++ trunk/Source/WebCore/html/OffscreenCanvas.h	2017-11-27 22:18:54 UTC (rev 225194)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include "CanvasBase.h"
+#include "CanvasRenderingContext.h"
 #include "EventTarget.h"
 #include "ExceptionOr.h"
 #include "IntSize.h"
@@ -37,7 +38,6 @@
 
 namespace WebCore {
 
-class CanvasRenderingContext;
 class ImageBitmap;
 class WebGLRenderingContext;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to