summaryrefslogtreecommitdiffstats
path: root/cc/resources/texture_mailbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/texture_mailbox.h')
-rw-r--r--cc/resources/texture_mailbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/texture_mailbox.h b/cc/resources/texture_mailbox.h
index a9b021b..8ff87cc 100644
--- a/cc/resources/texture_mailbox.h
+++ b/cc/resources/texture_mailbox.h
@@ -28,7 +28,7 @@ class CC_EXPORT TextureMailbox {
unsigned texture_target,
unsigned sync_point);
TextureMailbox(base::SharedMemory* shared_memory,
- gfx::Size size);
+ const gfx::Size& size);
~TextureMailbox();