summaryrefslogtreecommitdiffstats
path: root/cc/resources/bitmap_content_layer_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/bitmap_content_layer_updater.h')
-rw-r--r--cc/resources/bitmap_content_layer_updater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/bitmap_content_layer_updater.h b/cc/resources/bitmap_content_layer_updater.h
index d4909fa..1cb49c2 100644
--- a/cc/resources/bitmap_content_layer_updater.h
+++ b/cc/resources/bitmap_content_layer_updater.h
@@ -48,7 +48,7 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater {
virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
PrioritizedResourceManager* manager) OVERRIDE;
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) OVERRIDE;