Title: [206998] trunk/Source/WebKit2
Revision
206998
Author
commit-qu...@webkit.org
Date
2016-10-10 09:16:53 -0700 (Mon, 10 Oct 2016)

Log Message

[GTK] 2.14.0 Compile Errors: GTK 3.22.1
https://bugs.webkit.org/show_bug.cgi?id=163190

Patch by Carlos Garcia Campos <cgar...@igalia.com> on 2016-10-10
Reviewed by Alex Christensen.

* UIProcess/gtk/AcceleratedBackingStoreX11.cpp: Include gtk.h since we are using gtk_widget_queue_draw().

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (206997 => 206998)


--- trunk/Source/WebKit2/ChangeLog	2016-10-10 16:01:11 UTC (rev 206997)
+++ trunk/Source/WebKit2/ChangeLog	2016-10-10 16:16:53 UTC (rev 206998)
@@ -1,3 +1,12 @@
+2016-10-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] 2.14.0 Compile Errors: GTK 3.22.1
+        https://bugs.webkit.org/show_bug.cgi?id=163190
+
+        Reviewed by Alex Christensen.
+
+        * UIProcess/gtk/AcceleratedBackingStoreX11.cpp: Include gtk.h since we are using gtk_widget_queue_draw().
+
 2016-10-10  Gyuyoung Kim  <gyuyoung....@navercorp.com>
 
         [EFL] ewk_context_preferred_languages has been failed since r206949

Modified: trunk/Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreX11.cpp (206997 => 206998)


--- trunk/Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreX11.cpp	2016-10-10 16:01:11 UTC (rev 206997)
+++ trunk/Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreX11.cpp	2016-10-10 16:16:53 UTC (rev 206998)
@@ -37,6 +37,7 @@
 #include <X11/extensions/Xdamage.h>
 #include <cairo-xlib.h>
 #include <gdk/gdkx.h>
+#include <gtk/gtk.h>
 #include <wtf/HashMap.h>
 #include <wtf/NeverDestroyed.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to