Index: cc/CCLayerIteratorTest.cpp |
diff --git a/cc/CCLayerIteratorTest.cpp b/cc/CCLayerIteratorTest.cpp |
index 47e43be7a9871b421d9123e43b52f9be20b3bba6..336414732cdc62c423539ae35c760eaccceb19b7 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); |