| Index: cc/layers/tiled_layer_impl.h
|
| diff --git a/cc/layers/tiled_layer_impl.h b/cc/layers/tiled_layer_impl.h
|
| index 939842b9027ecc0cfa7550fa328a78f51627d647..f7048238c53b326df473bcdffdef0602638f1e91 100644
|
| --- a/cc/layers/tiled_layer_impl.h
|
| +++ b/cc/layers/tiled_layer_impl.h
|
| @@ -38,7 +38,7 @@ class CC_EXPORT TiledLayerImpl : public LayerImpl {
|
| void PushTileProperties(int i,
|
| int j,
|
| ResourceProvider::ResourceId resource,
|
| - gfx::Rect opaque_rect,
|
| + const gfx::Rect& opaque_rect,
|
| bool contents_swizzled);
|
| void PushInvalidTile(int i, int j);
|
|
|
|
|