| Index: cc/layers/tiled_layer_impl_unittest.cc
|
| diff --git a/cc/layers/tiled_layer_impl_unittest.cc b/cc/layers/tiled_layer_impl_unittest.cc
|
| index 0345cc07909b34fa86d8b7f55de678be141901da..e0f4da5aea933b1500bd4f88fa7368b6a204a4a6 100644
|
| --- a/cc/layers/tiled_layer_impl_unittest.cc
|
| +++ b/cc/layers/tiled_layer_impl_unittest.cc
|
| @@ -110,8 +110,8 @@ TEST_F(TiledLayerImplTest, EmptyQuadList) {
|
| scoped_ptr<TiledLayerImpl> layer =
|
| CreateLayer(tile_size, layer_size, LayerTilingData::NO_BORDER_TEXELS);
|
|
|
| - gfx::Rect outsideBounds(gfx::Point(-100, -100), gfx::Size(50, 50));
|
| - layer->draw_properties().visible_content_rect = outsideBounds;
|
| + gfx::Rect outside_bounds(gfx::Point(-100, -100), gfx::Size(50, 50));
|
| + layer->draw_properties().visible_content_rect = outside_bounds;
|
|
|
| MockQuadCuller quad_culler;
|
| AppendQuadsData data;
|
|
|