| Index: cc/resources/resource_update.h
|
| diff --git a/cc/resources/resource_update.h b/cc/resources/resource_update.h
|
| index fefceb8ee34761c8ad8802268735b7b83a04c85b..1eddf83c0948d8619ce32fff206177b3e7929606 100644
|
| --- a/cc/resources/resource_update.h
|
| +++ b/cc/resources/resource_update.h
|
| @@ -20,7 +20,7 @@ struct CC_EXPORT ResourceUpdate {
|
| const SkBitmap* bitmap,
|
| const gfx::Rect& content_rect,
|
| const gfx::Rect& source_rect,
|
| - gfx::Vector2d dest_offset);
|
| + const gfx::Vector2d& dest_offset);
|
|
|
| ResourceUpdate();
|
| virtual ~ResourceUpdate();
|
|
|