Title: [156261] trunk/Source/WebKit/gtk
- Revision
- 156261
- Author
- [email protected]
- Date
- 2013-09-22 23:34:09 -0700 (Sun, 22 Sep 2013)
Log Message
Unreviewed, GTK build fix when building with GTK+ 2.0.
Patch provided by Dominique Leuenberger <[email protected]>.
* WebCoreSupport/AcceleratedCompositingContextGL.cpp: Include GtkVersioning.h to set up
the mock GDK_IS_X11_DISPLAY macro if it's not provided by the GTK+ headers.
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (156260 => 156261)
--- trunk/Source/WebKit/gtk/ChangeLog 2013-09-23 06:33:13 UTC (rev 156260)
+++ trunk/Source/WebKit/gtk/ChangeLog 2013-09-23 06:34:09 UTC (rev 156261)
@@ -1,3 +1,11 @@
+2013-09-22 Zan Dobersek <[email protected]>
+
+ Unreviewed, GTK build fix when building with GTK+ 2.0.
+ Patch provided by Dominique Leuenberger <[email protected]>.
+
+ * WebCoreSupport/AcceleratedCompositingContextGL.cpp: Include GtkVersioning.h to set up
+ the mock GDK_IS_X11_DISPLAY macro if it's not provided by the GTK+ headers.
+
2013-09-20 Mario Sanchez Prada <[email protected]>
[ATK] Do not expose aria-help in ATK based platforms
Modified: trunk/Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp (156260 => 156261)
--- trunk/Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp 2013-09-23 06:33:13 UTC (rev 156260)
+++ trunk/Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp 2013-09-23 06:34:09 UTC (rev 156261)
@@ -25,6 +25,7 @@
#include "Frame.h"
#include "FrameView.h"
#include "GraphicsLayerTextureMapper.h"
+#include "GtkVersioning.h"
#include "PlatformContextCairo.h"
#include "Settings.h"
#include "TextureMapperGL.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes