Index: cc/CCLayerIteratorTest.cpp |
diff --git a/cc/CCLayerIteratorTest.cpp b/cc/CCLayerIteratorTest.cpp |
index 36d22dad3883a63f42d172b56473e310fbbeecd1..2d361f9052bd1961e42236392c55567b5911a5d5 100644 |
--- a/cc/CCLayerIteratorTest.cpp |
+++ b/cc/CCLayerIteratorTest.cpp |
@@ -127,7 +127,7 @@ TEST(CCLayerIteratorTest, simpleTree) |
rootLayer->addChild(fourth); |
Vector<RefPtr<LayerChromium> > renderSurfaceLayerList; |
- CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 256, renderSurfaceLayerList); |
+ CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 1, 256, renderSurfaceLayerList); |
CCLayerTreeHostCommon::calculateVisibleRects(renderSurfaceLayerList); |
iterateBackToFront(&renderSurfaceLayerList); |
@@ -170,7 +170,7 @@ TEST(CCLayerIteratorTest, complexTree) |
root23->addChild(root231); |
Vector<RefPtr<LayerChromium> > renderSurfaceLayerList; |
- CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 256, renderSurfaceLayerList); |
+ CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 1, 256, renderSurfaceLayerList); |
CCLayerTreeHostCommon::calculateVisibleRects(renderSurfaceLayerList); |
iterateBackToFront(&renderSurfaceLayerList); |
@@ -226,7 +226,7 @@ TEST(CCLayerIteratorTest, complexTreeMultiSurface) |
root23->addChild(root231); |
Vector<RefPtr<LayerChromium> > renderSurfaceLayerList; |
- CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 256, renderSurfaceLayerList); |
+ CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 1, 256, renderSurfaceLayerList); |
CCLayerTreeHostCommon::calculateVisibleRects(renderSurfaceLayerList); |
iterateBackToFront(&renderSurfaceLayerList); |