Title: [182533] releases/WebKitGTK/webkit-2.4/Source/WebCore
Revision
182533
Author
[email protected]
Date
2015-04-08 03:12:54 -0700 (Wed, 08 Apr 2015)

Log Message

Merge r175088 - Do not include GraphicsContext3D.h when 3D_GRAPHICS is not used.
<https://webkit.org/b/137969>.

Patch by Milan Crha <[email protected]> on 2014-10-22
Reviewed by Carlos Garcia Campos.

* platform/graphics/cairo/GraphicsContext3DCairo.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog (182532 => 182533)


--- releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog	2015-04-08 08:44:18 UTC (rev 182532)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog	2015-04-08 10:12:54 UTC (rev 182533)
@@ -1,5 +1,14 @@
 2014-10-22  Milan Crha  <[email protected]>
 
+        Do not include GraphicsContext3D.h when 3D_GRAPHICS is not used.
+        <https://webkit.org/b/137969>.
+
+        Reviewed by Carlos Garcia Campos.
+
+        * platform/graphics/cairo/GraphicsContext3DCairo.cpp:
+
+2014-10-22  Milan Crha  <[email protected]>
+
         Do not build WidgetBackingStoreGtkX11 when not used.
         <https://webkit.org/b/137972>.
 

Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp (182532 => 182533)


--- releases/WebKitGTK/webkit-2.4/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp	2015-04-08 08:44:18 UTC (rev 182532)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp	2015-04-08 10:12:54 UTC (rev 182533)
@@ -26,9 +26,9 @@
  */
 
 #include "config.h"
-#include "GraphicsContext3D.h"
 
 #if USE(3D_GRAPHICS)
+#include "GraphicsContext3D.h"
 
 #include "CairoUtilities.h"
 #include "GraphicsContext3DPrivate.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to