| Index: content/browser/compositor/software_output_device_win.cc
|
| diff --git a/content/browser/compositor/software_output_device_win.cc b/content/browser/compositor/software_output_device_win.cc
|
| index 72f2474905caf29783c4bb046681fbb266273d8d..a65b7e096c959e816ef86a455b6a285f06551453 100644
|
| --- a/content/browser/compositor/software_output_device_win.cc
|
| +++ b/content/browser/compositor/software_output_device_win.cc
|
| @@ -29,7 +29,7 @@ SoftwareOutputDeviceWin::~SoftwareOutputDeviceWin() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| }
|
|
|
| -void SoftwareOutputDeviceWin::Resize(gfx::Size viewport_size) {
|
| +void SoftwareOutputDeviceWin::Resize(const gfx::Size& viewport_size) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| if (viewport_size_ == viewport_size)
|
|
|