| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index 11ad2d0beae1d62fcd6acd1086a421fef6122bb9..2a27739cef796ab5a3d90f87bf9a1202bb895edc 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -80,7 +80,7 @@
|
| gpu::Mailbox mailbox;
|
|
|
| PlaneResource(unsigned resource_id,
|
| - const gfx::Size& resource_size,
|
| + gfx::Size resource_size,
|
| ResourceFormat resource_format,
|
| gpu::Mailbox mailbox)
|
| : resource_id(resource_id),
|
| @@ -98,7 +98,7 @@
|
|
|
| struct RecycleResourceData {
|
| unsigned resource_id;
|
| - const gfx::Size& resource_size;
|
| + gfx::Size resource_size;
|
| ResourceFormat resource_format;
|
| gpu::Mailbox mailbox;
|
| };
|
|
|