Title: [154167] trunk/Source/WebKit2
Revision
154167
Author
rga...@webkit.org
Date
2013-08-16 01:05:35 -0700 (Fri, 16 Aug 2013)

Log Message

[Qt][ARM] Unreviewed buildfix after 154127.

* WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h: Add missing header.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (154166 => 154167)


--- trunk/Source/WebKit2/ChangeLog	2013-08-16 07:17:10 UTC (rev 154166)
+++ trunk/Source/WebKit2/ChangeLog	2013-08-16 08:05:35 UTC (rev 154167)
@@ -1,3 +1,9 @@
+2013-08-16  Gabor Rapcsanyi  <rga...@webkit.org>
+
+        [Qt][ARM] Unreviewed buildfix after 154127.
+
+        * WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h: Add missing header.
+
 2013-08-15  Ryuan Choi  <ryuan.c...@samsung.com>
 
         [EFL] Unreviewed build fix after r154142 and r154144.

Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h (154166 => 154167)


--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h	2013-08-16 07:17:10 UTC (rev 154166)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h	2013-08-16 08:05:35 UTC (rev 154167)
@@ -27,6 +27,7 @@
 #include "LayerTreeHost.h"
 #include <WebCore/CompositingCoordinator.h>
 #include <WebCore/GraphicsLayerFactory.h>
+#include <wtf/HashSet.h>
 #include <wtf/OwnPtr.h>
 
 #if ENABLE(CSS_SHADERS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to