| Index: cc/layers/layer_iterator_unittest.cc
|
| diff --git a/cc/layers/layer_iterator_unittest.cc b/cc/layers/layer_iterator_unittest.cc
|
| index e7cecfdf4fbc825ef66bf418253a0da576f76971..10526ba3a8c8c5947767746a6c544ac53cf51824 100644
|
| --- a/cc/layers/layer_iterator_unittest.cc
|
| +++ b/cc/layers/layer_iterator_unittest.cc
|
| @@ -141,6 +141,7 @@ TEST(LayerIteratorTest, SimpleTree) {
|
| LayerList render_surface_layerList;
|
| LayerTreeHostCommon::CalculateDrawProperties(root_layer.get(),
|
| root_layer->bounds(),
|
| + gfx::Transform(),
|
| 1.f,
|
| 1.f,
|
| NULL,
|
| @@ -189,6 +190,7 @@ TEST(LayerIteratorTest, ComplexTree) {
|
| LayerList render_surface_layerList;
|
| LayerTreeHostCommon::CalculateDrawProperties(root_layer.get(),
|
| root_layer->bounds(),
|
| + gfx::Transform(),
|
| 1.f,
|
| 1.f,
|
| NULL,
|
| @@ -252,6 +254,7 @@ TEST(LayerIteratorTest, ComplexTreeMultiSurface) {
|
| LayerList render_surface_layerList;
|
| LayerTreeHostCommon::CalculateDrawProperties(root_layer.get(),
|
| root_layer->bounds(),
|
| + gfx::Transform(),
|
| 1.f,
|
| 1.f,
|
| NULL,
|
|
|