| Index: cc/resources/bitmap_content_layer_updater.h
|
| diff --git a/cc/resources/bitmap_content_layer_updater.h b/cc/resources/bitmap_content_layer_updater.h
|
| index ecc0c153b7fcc4be10d805af7554f331f12f1345..2fed43d98217ecbada7ba0b12470879f5bb1612a 100644
|
| --- a/cc/resources/bitmap_content_layer_updater.h
|
| +++ b/cc/resources/bitmap_content_layer_updater.h
|
| @@ -47,6 +47,7 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater {
|
| virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
|
| PrioritizedResourceManager* manager) OVERRIDE;
|
| virtual void PrepareToUpdate(gfx::Rect content_rect,
|
| + gfx::Rect paint_rect,
|
| gfx::Size tile_size,
|
| float contents_width_scale,
|
| float contents_height_scale,
|
|
|