summaryrefslogtreecommitdiffstats
path: root/cc/layers/tiled_layer_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/tiled_layer_impl_unittest.cc')
-rw-r--r--cc/layers/tiled_layer_impl_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layers/tiled_layer_impl_unittest.cc b/cc/layers/tiled_layer_impl_unittest.cc
index 0345cc0..e0f4da5 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;