Title: [162458] trunk/Source/WebKit2
Revision
162458
Author
[email protected]
Date
2014-01-21 11:58:49 -0800 (Tue, 21 Jan 2014)

Log Message

Sort headers after the rename that happened in r162454.

* UIProcess/mac/RemoteLayerTreeHost.mm:
* WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (162457 => 162458)


--- trunk/Source/WebKit2/ChangeLog	2014-01-21 19:54:05 UTC (rev 162457)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-21 19:58:49 UTC (rev 162458)
@@ -1,5 +1,12 @@
 2014-01-21  Tim Horton  <[email protected]>
 
+        Sort headers after the rename that happened in r162454.
+
+        * UIProcess/mac/RemoteLayerTreeHost.mm:
+        * WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.mm:
+
+2014-01-21  Tim Horton  <[email protected]>
+
         Address late review naming comments after r162453.
 
         * UIProcess/API/mac/WKView.mm:

Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm (162457 => 162458)


--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm	2014-01-21 19:54:05 UTC (rev 162457)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm	2014-01-21 19:58:49 UTC (rev 162458)
@@ -32,8 +32,8 @@
 #import "ShareableBitmap.h"
 #import "WebPageProxy.h"
 #import "WebProcessProxy.h"
+#import <WebCore/PlatformLayer.h>
 #import <WebCore/WebCoreCALayerExtras.h>
-#import <WebCore/PlatformLayer.h>
 #import <WebKitSystemInterface.h>
 
 #import <QuartzCore/QuartzCore.h>

Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.mm (162457 => 162458)


--- trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.mm	2014-01-21 19:54:05 UTC (rev 162457)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.mm	2014-01-21 19:58:49 UTC (rev 162458)
@@ -33,10 +33,10 @@
 #import "RemoteLayerTreeContext.h"
 #import "RemoteLayerTreePropertyApplier.h"
 #import "WebProcess.h"
-#import <WebCore/WebCoreCALayerExtras.h>
 #import <WebCore/GraphicsLayerCA.h>
 #import <WebCore/PlatformCALayerMac.h>
 #import <WebCore/SoftLinking.h>
+#import <WebCore/WebCoreCALayerExtras.h>
 #import <wtf/RetainPtr.h>
 
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to