| Index: content/renderer/gpu/compositor_software_output_device.cc
|
| diff --git a/content/renderer/gpu/compositor_software_output_device.cc b/content/renderer/gpu/compositor_software_output_device.cc
|
| index e93367c85e9217a23205198c385f7d2f6eb594e8..e400060660ff3a1623de759ba265c92c3e767bc7 100644
|
| --- a/content/renderer/gpu/compositor_software_output_device.cc
|
| +++ b/content/renderer/gpu/compositor_software_output_device.cc
|
| @@ -97,7 +97,7 @@
|
| return buffers_.size() - 1;
|
| }
|
|
|
| -void CompositorSoftwareOutputDevice::Resize(const gfx::Size& viewport_size) {
|
| +void CompositorSoftwareOutputDevice::Resize(gfx::Size viewport_size) {
|
| DCHECK(CalledOnValidThread());
|
|
|
| if (viewport_size_ == viewport_size)
|
|
|