Title: [187387] trunk/Source/WebCore
Revision
187387
Author
[email protected]
Date
2015-07-25 01:07:49 -0700 (Sat, 25 Jul 2015)

Log Message

iOS build fix after r187384.

* platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
(PlatformCALayer::setTileSize):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (187386 => 187387)


--- trunk/Source/WebCore/ChangeLog	2015-07-25 07:59:35 UTC (rev 187386)
+++ trunk/Source/WebCore/ChangeLog	2015-07-25 08:07:49 UTC (rev 187387)
@@ -1,3 +1,10 @@
+2015-07-25  Ryosuke Niwa  <[email protected]>
+
+        iOS build fix after r187384.
+
+        * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
+        (PlatformCALayer::setTileSize):
+
 2015-07-25  Chris Fleizach  <[email protected]>
 
         AX: iOS: Video "start playback" playback controls not accessible

Modified: trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm (187386 => 187387)


--- trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm	2015-07-25 07:59:35 UTC (rev 187386)
+++ trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm	2015-07-25 08:07:49 UTC (rev 187387)
@@ -56,7 +56,6 @@
 #import "WAKWindow.h"
 #import "WKGraphics.h"
 #import "WebCoreThread.h"
-#import "WebTiledLayer.h"
 #else
 #import "ThemeMac.h"
 #endif
@@ -1004,10 +1003,6 @@
 {
     if (m_layerType != LayerTypeWebTiledLayer)
         return;
-
-    BEGIN_BLOCK_OBJC_EXCEPTIONS
-    [static_cast<WebTiledLayer*>(m_layer.get()) setTileSize:tileSize];
-    END_BLOCK_OBJC_EXCEPTIONS
 }
 #endif // PLATFORM(IOS)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to