Index: cc/resources/prioritized_resource.h |
diff --git a/cc/resources/prioritized_resource.h b/cc/resources/prioritized_resource.h |
index ee90024fd5c82384b95fef4762278a19130fefd8..641782e79d98c590259f2ddcae0ca4a2457c4293 100644 |
--- a/cc/resources/prioritized_resource.h |
+++ b/cc/resources/prioritized_resource.h |
@@ -79,8 +79,8 @@ class CC_EXPORT PrioritizedResource { |
// the backing if needed. |
void SetPixels(ResourceProvider* resource_provider, |
const uint8_t* image, |
- gfx::Rect image_rect, |
- gfx::Rect source_rect, |
+ const gfx::Rect& image_rect, |
+ const gfx::Rect& source_rect, |
gfx::Vector2d dest_offset); |
ResourceProvider::ResourceId resource_id() const { |