Title: [202419] trunk/Source/WebCore
Revision
202419
Author
gyuyoung....@webkit.org
Date
2016-06-24 00:39:58 -0700 (Fri, 24 Jun 2016)

Log Message

Unreviewed EFL build fix.

There is forward declaration build error on EFL port.

* platform/graphics/texmap/coordinated/CompositingCoordinator.cpp: Include DOMWindow.h and Document.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202418 => 202419)


--- trunk/Source/WebCore/ChangeLog	2016-06-24 06:07:38 UTC (rev 202418)
+++ trunk/Source/WebCore/ChangeLog	2016-06-24 07:39:58 UTC (rev 202419)
@@ -1,3 +1,11 @@
+2016-06-24  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        Unreviewed EFL build fix.
+
+        There is forward declaration build error on EFL port.
+
+        * platform/graphics/texmap/coordinated/CompositingCoordinator.cpp: Include DOMWindow.h and Document.h.
+
 2016-06-23  Brady Eidson  <beid...@apple.com>
 
         Retrieving Blobs from IndexedDB using cursors fails in WK2 (Sandboxing)

Modified: trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp (202418 => 202419)


--- trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp	2016-06-24 06:07:38 UTC (rev 202418)
+++ trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp	2016-06-24 07:39:58 UTC (rev 202419)
@@ -30,6 +30,8 @@
 
 #include "CompositingCoordinator.h"
 
+#include "DOMWindow.h"
+#include "Document.h"
 #include "FrameView.h"
 #include "GraphicsContext.h"
 #include "InspectorController.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to