Title: [175088] trunk/Source/WebCore
Revision
175088
Author
[email protected]
Date
2014-10-22 23:45:49 -0700 (Wed, 22 Oct 2014)

Log Message

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: trunk/Source/WebCore/ChangeLog (175087 => 175088)


--- trunk/Source/WebCore/ChangeLog	2014-10-23 06:41:51 UTC (rev 175087)
+++ trunk/Source/WebCore/ChangeLog	2014-10-23 06:45:49 UTC (rev 175088)
@@ -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: trunk/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp (175087 => 175088)


--- trunk/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp	2014-10-23 06:41:51 UTC (rev 175087)
+++ trunk/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp	2014-10-23 06:45:49 UTC (rev 175088)
@@ -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