Title: [203384] trunk/Source/WebKit2
Revision
203384
Author
clo...@igalia.com
Date
2016-07-18 17:20:23 -0700 (Mon, 18 Jul 2016)

Log Message

[GTK] ENABLE_OPENGL=OFF build broken since r201802
https://bugs.webkit.org/show_bug.cgi?id=159909

Reviewed by Antonio Gomes.

* WebProcess/WebPage/LayerTreeHost.h: Add missing include.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (203383 => 203384)


--- trunk/Source/WebKit2/ChangeLog	2016-07-19 00:13:49 UTC (rev 203383)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-19 00:20:23 UTC (rev 203384)
@@ -1,3 +1,12 @@
+2016-07-18  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] ENABLE_OPENGL=OFF build broken since r201802
+        https://bugs.webkit.org/show_bug.cgi?id=159909
+
+        Reviewed by Antonio Gomes.
+
+        * WebProcess/WebPage/LayerTreeHost.h: Add missing include.
+
 2016-07-18  Anders Carlsson  <ander...@apple.com>
 
         WebKit nightly fails to build on macOS Sierra

Modified: trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h (203383 => 203384)


--- trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h	2016-07-19 00:13:49 UTC (rev 203383)
+++ trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h	2016-07-19 00:20:23 UTC (rev 203384)
@@ -31,6 +31,7 @@
 #include "LayerTreeContext.h"
 #include <wtf/Forward.h>
 #include <wtf/RefCounted.h>
+#include <wtf/RefPtr.h>
 
 namespace IPC {
 class Connection;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to