Title: [171741] trunk
Revision
171741
Author
[email protected]
Date
2014-07-29 04:41:21 -0700 (Tue, 29 Jul 2014)

Log Message

[EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
https://bugs.webkit.org/show_bug.cgi?id=135376

Patch by Hunseop Jeong <[email protected]> on 2014-07-29
Reviewed by Gyuyoung Kim.

ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.

* Source/cmake/OptionsEfl.cmake:
* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (171740 => 171741)


--- trunk/ChangeLog	2014-07-29 11:35:52 UTC (rev 171740)
+++ trunk/ChangeLog	2014-07-29 11:41:21 UTC (rev 171741)
@@ -1,3 +1,15 @@
+2014-07-29  Hunseop Jeong  <[email protected]>
+
+        [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag 
+        https://bugs.webkit.org/show_bug.cgi?id=135376
+
+        Reviewed by Gyuyoung Kim.
+
+        ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
+
+        * Source/cmake/OptionsEfl.cmake:
+        * Source/cmake/OptionsGTK.cmake:
+
 2014-07-25  Michael Catanzaro  <[email protected]>
 
         [GTK] CMake tries to install _javascript_Core-3.0.gir outside of install prefix

Modified: trunk/Source/cmake/OptionsEfl.cmake (171740 => 171741)


--- trunk/Source/cmake/OptionsEfl.cmake	2014-07-29 11:35:52 UTC (rev 171740)
+++ trunk/Source/cmake/OptionsEfl.cmake	2014-07-29 11:41:21 UTC (rev 171741)
@@ -203,8 +203,6 @@
 endif ()
 
 if (WTF_USE_TILED_BACKING_STORE)
-    add_definitions(-DWTF_USE_ACCELERATED_COMPOSITING=1)
-
     add_definitions(-DWTF_USE_COORDINATED_GRAPHICS=1)
 
     set(WTF_USE_TEXTURE_MAPPER 1)

Modified: trunk/Source/cmake/OptionsGTK.cmake (171740 => 171741)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-07-29 11:35:52 UTC (rev 171740)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-07-29 11:41:21 UTC (rev 171741)
@@ -274,7 +274,6 @@
     set(WTF_USE_3D_GRAPHICS 1)
 
     add_definitions(-DWTF_USE_OPENGL=1)
-    add_definitions(-DWTF_USE_ACCELERATED_COMPOSITING=1)
     add_definitions(-DWTF_USE_3D_GRAPHICS=1)
     add_definitions(-DWTF_USE_TEXTURE_MAPPER=1)
     add_definitions(-DWTF_USE_TEXTURE_MAPPER_GL=1)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to