Title: [141571] trunk/Source
Revision
141571
Author
[email protected]
Date
2013-02-01 02:51:59 -0800 (Fri, 01 Feb 2013)

Log Message

Coordinated Graphics : Sort Target.pri and class declarations in alphabetical order.
https://bugs.webkit.org/show_bug.cgi?id=108590

Patch by Jae Hyun Park <[email protected]> on 2013-02-01
Reviewed by Noam Rosenthal.

Source/WebCore:

Sort CoordinatedGraphics files in Target.pri in alphabetical order.

No new tests. No change in behavior.

* Target.pri:

Source/WebKit2:

Sort class declarations in alphabetical order.

* Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (141570 => 141571)


--- trunk/Source/WebCore/ChangeLog	2013-02-01 10:42:37 UTC (rev 141570)
+++ trunk/Source/WebCore/ChangeLog	2013-02-01 10:51:59 UTC (rev 141571)
@@ -1,3 +1,17 @@
+2013-02-01  Jae Hyun Park  <[email protected]>
+
+
+        Coordinated Graphics : Sort Target.pri and class declarations in alphabetical order.
+        https://bugs.webkit.org/show_bug.cgi?id=108590
+
+        Reviewed by Noam Rosenthal.
+
+        Sort CoordinatedGraphics files in Target.pri in alphabetical order.
+
+        No new tests. No change in behavior.
+
+        * Target.pri:
+
 2013-02-01  Ilya Tikhonovsky  <[email protected]>
 
         Web Inspector: Native Memory Instrumentation: provide edge names to class members in all WebCore instrumented classes.

Modified: trunk/Source/WebCore/Target.pri (141570 => 141571)


--- trunk/Source/WebCore/Target.pri	2013-02-01 10:42:37 UTC (rev 141570)
+++ trunk/Source/WebCore/Target.pri	2013-02-01 10:51:59 UTC (rev 141571)
@@ -2243,6 +2243,8 @@
     platform/graphics/SurrogatePairAwareTextIterator.h \
     platform/graphics/texmap/coordinated/AreaAllocator.h \
     platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
+    platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
+    platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
     platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
     platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
     platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
@@ -2251,8 +2253,6 @@
     platform/graphics/texmap/coordinated/CoordinatedTile.h \
     platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
     platform/graphics/texmap/coordinated/UpdateAtlas.h \
-    platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
-    platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
     platform/graphics/texmap/GraphicsLayerTextureMapper.h \
     platform/graphics/texmap/TextureMapper.h \
     platform/graphics/texmap/TextureMapperBackingStore.h \

Modified: trunk/Source/WebKit2/ChangeLog (141570 => 141571)


--- trunk/Source/WebKit2/ChangeLog	2013-02-01 10:42:37 UTC (rev 141570)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-01 10:51:59 UTC (rev 141571)
@@ -1,3 +1,15 @@
+2013-02-01  Jae Hyun Park  <[email protected]>
+
+        Coordinated Graphics : Sort Target.pri and class declarations in alphabetical order.
+        https://bugs.webkit.org/show_bug.cgi?id=108590
+
+        Reviewed by Noam Rosenthal.
+
+        Sort class declarations in alphabetical order.
+
+        * Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h:
+        (WebCore):
+
 2013-02-01  Gwang Yoon Hwang  <[email protected]>
 
         [EFL][WK2] MiniBrowser segfaults on loading google.com

Modified: trunk/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h (141570 => 141571)


--- trunk/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h	2013-02-01 10:42:37 UTC (rev 141570)
+++ trunk/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h	2013-02-01 10:51:59 UTC (rev 141571)
@@ -32,10 +32,10 @@
 #include "ArgumentCoders.h"
 
 namespace WebCore {
-class SurfaceUpdateInfo;
 class FloatPoint3D;
 class GraphicsLayerAnimation;
 class GraphicsLayerAnimations;
+class SurfaceUpdateInfo;
 class TransformationMatrix;
 class TransformOperations;
 struct CoordinatedLayerInfo;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to