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