summaryrefslogtreecommitdiffstats
path: root/cc/resources/image_layer_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/image_layer_updater.h')
-rw-r--r--cc/resources/image_layer_updater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/resources/image_layer_updater.h b/cc/resources/image_layer_updater.h
index 44e541d..1b92a6f 100644
--- a/cc/resources/image_layer_updater.h
+++ b/cc/resources/image_layer_updater.h
@@ -22,7 +22,7 @@ class CC_EXPORT ImageLayerUpdater : public LayerUpdater {
virtual ~Resource();
virtual void Update(ResourceUpdateQueue* queue,
- gfx::Rect source_rect,
+ const gfx::Rect& source_rect,
gfx::Vector2d dest_offset,
bool partial_update) OVERRIDE;
@@ -39,7 +39,7 @@ class CC_EXPORT ImageLayerUpdater : public LayerUpdater {
void UpdateTexture(ResourceUpdateQueue* queue,
PrioritizedResource* texture,
- gfx::Rect source_rect,
+ const gfx::Rect& source_rect,
gfx::Vector2d dest_offset,
bool partial_update);