summaryrefslogtreecommitdiffstats
path: root/cc/resources/layer_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/layer_updater.h')
-rw-r--r--cc/resources/layer_updater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/layer_updater.h b/cc/resources/layer_updater.h
index 730773f..d12d7b4 100644
--- a/cc/resources/layer_updater.h
+++ b/cc/resources/layer_updater.h
@@ -49,7 +49,7 @@ class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> {
// painted opaque. If the layer is marked opaque in the updater, then this
// region should be ignored in preference for the entire layer's area.
virtual void PrepareToUpdate(const gfx::Rect& content_rect,
- gfx::Size tile_size,
+ const gfx::Size& tile_size,
float contents_width_scale,
float contents_height_scale,
gfx::Rect* resulting_opaque_rect) {}