Title: [194586] trunk/Source/WebCore
Revision
194586
Author
[email protected]
Date
2016-01-05 09:31:46 -0800 (Tue, 05 Jan 2016)

Log Message

Unreviewed. Attempting to fix the AppleWin build after r194577.

Add the ClipStack.cpp build target alongside the TextureMapperGL.cpp
one, since both include GraphicsContext3D.h and ANGLEWebKitBridge.h
indirectly, the latter requiring specific include flags.

* CMakeLists.txt:
* PlatformEfl.cmake:
* PlatformGTK.cmake:
* PlatformWinCairo.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (194585 => 194586)


--- trunk/Source/WebCore/CMakeLists.txt	2016-01-05 17:14:28 UTC (rev 194585)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-01-05 17:31:46 UTC (rev 194586)
@@ -2243,7 +2243,6 @@
 
     platform/graphics/opentype/OpenTypeMathData.cpp
 
-    platform/graphics/texmap/ClipStack.cpp
     platform/graphics/texmap/TextureMapper.cpp
     platform/graphics/texmap/TextureMapperAnimation.cpp
     platform/graphics/texmap/TextureMapperBackingStore.cpp

Modified: trunk/Source/WebCore/ChangeLog (194585 => 194586)


--- trunk/Source/WebCore/ChangeLog	2016-01-05 17:14:28 UTC (rev 194585)
+++ trunk/Source/WebCore/ChangeLog	2016-01-05 17:31:46 UTC (rev 194586)
@@ -1,3 +1,16 @@
+2016-01-05  Zan Dobersek  <[email protected]>
+
+        Unreviewed. Attempting to fix the AppleWin build after r194577.
+
+        Add the ClipStack.cpp build target alongside the TextureMapperGL.cpp
+        one, since both include GraphicsContext3D.h and ANGLEWebKitBridge.h
+        indirectly, the latter requiring specific include flags.
+
+        * CMakeLists.txt:
+        * PlatformEfl.cmake:
+        * PlatformGTK.cmake:
+        * PlatformWinCairo.cmake:
+
 2016-01-05  Antti Koivisto  <[email protected]>
 
         Move StyleChange enum into a separate file

Modified: trunk/Source/WebCore/PlatformEfl.cmake (194585 => 194586)


--- trunk/Source/WebCore/PlatformEfl.cmake	2016-01-05 17:14:28 UTC (rev 194585)
+++ trunk/Source/WebCore/PlatformEfl.cmake	2016-01-05 17:31:46 UTC (rev 194586)
@@ -207,6 +207,7 @@
     platform/graphics/texmap/BitmapTexture.cpp
     platform/graphics/texmap/BitmapTextureGL.cpp
     platform/graphics/texmap/BitmapTexturePool.cpp
+    platform/graphics/texmap/ClipStack.cpp
     platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
     platform/graphics/texmap/TextureMapperGL.cpp
     platform/graphics/texmap/TextureMapperShaderProgram.cpp

Modified: trunk/Source/WebCore/PlatformGTK.cmake (194585 => 194586)


--- trunk/Source/WebCore/PlatformGTK.cmake	2016-01-05 17:14:28 UTC (rev 194585)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2016-01-05 17:31:46 UTC (rev 194586)
@@ -421,6 +421,7 @@
     if (USE_TEXTURE_MAPPER_GL)
         list(APPEND WebCore_SOURCES
             platform/graphics/texmap/BitmapTextureGL.cpp
+            platform/graphics/texmap/ClipStack.cpp
             platform/graphics/texmap/TextureMapperGL.cpp
             platform/graphics/texmap/TextureMapperShaderProgram.cpp
         )

Modified: trunk/Source/WebCore/PlatformWinCairo.cmake (194585 => 194586)


--- trunk/Source/WebCore/PlatformWinCairo.cmake	2016-01-05 17:14:28 UTC (rev 194585)
+++ trunk/Source/WebCore/PlatformWinCairo.cmake	2016-01-05 17:31:46 UTC (rev 194586)
@@ -59,6 +59,7 @@
     platform/graphics/texmap/BitmapTexture.cpp
     platform/graphics/texmap/BitmapTextureGL.cpp
     platform/graphics/texmap/BitmapTexturePool.cpp
+    platform/graphics/texmap/ClipStack.cpp
     platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
     platform/graphics/texmap/TextureMapper.cpp
     platform/graphics/texmap/TextureMapperAnimation.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to