| Index: cc/resources/skpicture_content_layer_updater.cc
|
| diff --git a/cc/resources/skpicture_content_layer_updater.cc b/cc/resources/skpicture_content_layer_updater.cc
|
| index 52426864c329c025195167cb64176bd5e17f22a3..a08b2b4ed9d4c593583500084229d753a5cd27c0 100644
|
| --- a/cc/resources/skpicture_content_layer_updater.cc
|
| +++ b/cc/resources/skpicture_content_layer_updater.cc
|
| @@ -23,7 +23,7 @@ SkPictureContentLayerUpdater::~SkPictureContentLayerUpdater() {}
|
|
|
| void SkPictureContentLayerUpdater::PrepareToUpdate(
|
| const gfx::Rect& content_rect,
|
| - gfx::Size,
|
| + const gfx::Size&,
|
| float contents_width_scale,
|
| float contents_height_scale,
|
| gfx::Rect* resulting_opaque_rect) {
|
|
|