| 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 ca3f445aadebec098e2430db683b897ee4b10230..bc340eac27298409521921c20302f5b946b506a9 100644
|
| --- a/cc/resources/bitmap_content_layer_updater.h
|
| +++ b/cc/resources/bitmap_content_layer_updater.h
|
| @@ -47,8 +47,7 @@
|
|
|
| virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
|
| PrioritizedResourceManager* manager) OVERRIDE;
|
| - virtual void PrepareToUpdate(const gfx::Size& content_size,
|
| - const gfx::Rect& paint_rect,
|
| + virtual void PrepareToUpdate(const gfx::Rect& content_rect,
|
| const gfx::Size& tile_size,
|
| float contents_width_scale,
|
| float contents_height_scale) OVERRIDE;
|
|
|