| Index: content/renderer/gpu/mailbox_output_surface.cc
|
| diff --git a/content/renderer/gpu/mailbox_output_surface.cc b/content/renderer/gpu/mailbox_output_surface.cc
|
| index ec5d00bee449169a5a7730d4eb9b8a5a5f21c326..7031be61b3e7861978593b6a94edb25c11152c71 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.cc
|
| +++ b/content/renderer/gpu/mailbox_output_surface.cc
|
| @@ -118,7 +118,7 @@
|
| }
|
| }
|
|
|
| -void MailboxOutputSurface::Reshape(const gfx::Size& size, float scale_factor) {
|
| +void MailboxOutputSurface::Reshape(gfx::Size size, float scale_factor) {
|
| if (size == surface_size_)
|
| return;
|
|
|
|
|