| Index: cc/CCLayerIteratorTest.cpp
|
| diff --git a/cc/CCLayerIteratorTest.cpp b/cc/CCLayerIteratorTest.cpp
|
| index 36d22dad3883a63f42d172b56473e310fbbeecd1..d8b681300395833cd4f53c45288b040f741fa38c 100644
|
| --- a/cc/CCLayerIteratorTest.cpp
|
| +++ b/cc/CCLayerIteratorTest.cpp
|
| @@ -128,7 +128,6 @@ TEST(CCLayerIteratorTest, simpleTree)
|
|
|
| Vector<RefPtr<LayerChromium> > renderSurfaceLayerList;
|
| CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 256, renderSurfaceLayerList);
|
| - CCLayerTreeHostCommon::calculateVisibleRects(renderSurfaceLayerList);
|
|
|
| iterateBackToFront(&renderSurfaceLayerList);
|
| EXPECT_COUNT(rootLayer, 0, -1, 1);
|
| @@ -171,7 +170,6 @@ TEST(CCLayerIteratorTest, complexTree)
|
|
|
| Vector<RefPtr<LayerChromium> > renderSurfaceLayerList;
|
| CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 256, renderSurfaceLayerList);
|
| - CCLayerTreeHostCommon::calculateVisibleRects(renderSurfaceLayerList);
|
|
|
| iterateBackToFront(&renderSurfaceLayerList);
|
| EXPECT_COUNT(rootLayer, 0, -1, 1);
|
| @@ -227,7 +225,6 @@ TEST(CCLayerIteratorTest, complexTreeMultiSurface)
|
|
|
| Vector<RefPtr<LayerChromium> > renderSurfaceLayerList;
|
| CCLayerTreeHostCommon::calculateDrawTransforms(rootLayer.get(), rootLayer->bounds(), 1, 256, renderSurfaceLayerList);
|
| - CCLayerTreeHostCommon::calculateVisibleRects(renderSurfaceLayerList);
|
|
|
| iterateBackToFront(&renderSurfaceLayerList);
|
| EXPECT_COUNT(rootLayer, 0, -1, 1);
|
|
|