Index: cc/resources/bitmap_content_layer_updater.cc |
diff --git a/cc/resources/bitmap_content_layer_updater.cc b/cc/resources/bitmap_content_layer_updater.cc |
index f2af583cdf4c20a60b5e631c54a4901e0ccd3b67..312b5a58fd9b3646b4dc97c50ccaaadc3fda6ae5 100644 |
--- a/cc/resources/bitmap_content_layer_updater.cc |
+++ b/cc/resources/bitmap_content_layer_updater.cc |
@@ -22,7 +22,7 @@ BitmapContentLayerUpdater::Resource::Resource( |
BitmapContentLayerUpdater::Resource::~Resource() {} |
void BitmapContentLayerUpdater::Resource::Update(ResourceUpdateQueue* queue, |
- gfx::Rect source_rect, |
+ const gfx::Rect& source_rect, |
gfx::Vector2d dest_offset, |
bool partial_update) { |
updater_->UpdateTexture( |
@@ -54,7 +54,7 @@ scoped_ptr<LayerUpdater::Resource> BitmapContentLayerUpdater::CreateResource( |
} |
void BitmapContentLayerUpdater::PrepareToUpdate( |
- gfx::Rect content_rect, |
+ const gfx::Rect& content_rect, |
gfx::Size tile_size, |
float contents_width_scale, |
float contents_height_scale, |
@@ -87,7 +87,7 @@ void BitmapContentLayerUpdater::PrepareToUpdate( |
void BitmapContentLayerUpdater::UpdateTexture(ResourceUpdateQueue* queue, |
PrioritizedResource* texture, |
- gfx::Rect source_rect, |
+ const gfx::Rect& source_rect, |
gfx::Vector2d dest_offset, |
bool partial_update) { |
CHECK(canvas_); |