summaryrefslogtreecommitdiffstats
path: root/cc/resources/resource_update.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/resource_update.cc')
-rw-r--r--cc/resources/resource_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/resource_update.cc b/cc/resources/resource_update.cc
index f24962a..2fe8fe5 100644
--- a/cc/resources/resource_update.cc
+++ b/cc/resources/resource_update.cc
@@ -12,7 +12,7 @@ ResourceUpdate ResourceUpdate::Create(PrioritizedResource* resource,
const SkBitmap* bitmap,
const gfx::Rect& content_rect,
const gfx::Rect& source_rect,
- gfx::Vector2d dest_offset) {
+ const gfx::Vector2d& dest_offset) {
CHECK(content_rect.Contains(source_rect));
ResourceUpdate update;
update.texture = resource;