| Index: cc/resources/resource_update.cc
|
| diff --git a/cc/resources/resource_update.cc b/cc/resources/resource_update.cc
|
| index f24962a66f30dbe1887a6df49a53be6859409a04..2fe8fe5eebebf792e0f70b2813c1354076256884 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;
|
|
|