Title: [187388] trunk/Source/WebCore
Revision
187388
Author
[email protected]
Date
2015-07-25 02:19:13 -0700 (Sat, 25 Jul 2015)

Log Message

Another build fix. Removed the unused argument.

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

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2015-07-25 08:07:49 UTC (rev 187387)
+++ trunk/Source/WebCore/ChangeLog	2015-07-25 09:19:13 UTC (rev 187388)
@@ -1,5 +1,12 @@
 2015-07-25  Ryosuke Niwa  <[email protected]>
 
+        Another build fix. Removed the unused argument.
+
+        * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
+        (PlatformCALayer::setTileSize):
+
+2015-07-25  Ryosuke Niwa  <[email protected]>
+
         iOS build fix after r187384.
 
         * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:

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


--- trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm	2015-07-25 08:07:49 UTC (rev 187387)
+++ trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm	2015-07-25 09:19:13 UTC (rev 187388)
@@ -999,7 +999,7 @@
     });
 }
 
-void PlatformCALayer::setTileSize(const IntSize& tileSize)
+void PlatformCALayer::setTileSize(const IntSize&)
 {
     if (m_layerType != LayerTypeWebTiledLayer)
         return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to