| Index: cc/layers/tiled_layer.h
|
| diff --git a/cc/layers/tiled_layer.h b/cc/layers/tiled_layer.h
|
| index a7bd9f7be50f6b97b76b622ba002f72a3bff2361..82063600c71deabeb892babb17928329651c38c7 100644
|
| --- a/cc/layers/tiled_layer.h
|
| +++ b/cc/layers/tiled_layer.h
|
| @@ -103,12 +103,15 @@ class CC_EXPORT TiledLayer : public ContentsScalingLayer {
|
| int right,
|
| int bottom,
|
| bool ignore_occlusions);
|
| - gfx::Rect MarkTilesForUpdate(int left,
|
| - int top,
|
| - int right,
|
| - int bottom,
|
| - bool ignore_occlusions);
|
| - void UpdateTileTextures(gfx::Rect paint_rect,
|
| + void MarkTilesForUpdate(gfx::Rect* update_rect,
|
| + gfx::Rect* paint_rect,
|
| + int left,
|
| + int top,
|
| + int right,
|
| + int bottom,
|
| + bool ignore_occlusions);
|
| + void UpdateTileTextures(gfx::Rect update_rect,
|
| + gfx::Rect paint_rect,
|
| int left,
|
| int top,
|
| int right,
|
|
|