Index: cc/resources/resource_update.h |
diff --git a/cc/resources/resource_update.h b/cc/resources/resource_update.h |
index cbf20aa6e47730e8c454de10e7e1767e635d0e2c..fefceb8ee34761c8ad8802268735b7b83a04c85b 100644 |
--- a/cc/resources/resource_update.h |
+++ b/cc/resources/resource_update.h |
@@ -18,8 +18,8 @@ class PrioritizedResource; |
struct CC_EXPORT ResourceUpdate { |
static ResourceUpdate Create(PrioritizedResource* resource, |
const SkBitmap* bitmap, |
- gfx::Rect content_rect, |
- gfx::Rect source_rect, |
+ const gfx::Rect& content_rect, |
+ const gfx::Rect& source_rect, |
gfx::Vector2d dest_offset); |
ResourceUpdate(); |