diff options
Diffstat (limited to 'chrome/renderer/command_buffer_proxy.h')
-rw-r--r-- | chrome/renderer/command_buffer_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/command_buffer_proxy.h b/chrome/renderer/command_buffer_proxy.h index e6fce0a..20275b8 100644 --- a/chrome/renderer/command_buffer_proxy.h +++ b/chrome/renderer/command_buffer_proxy.h @@ -62,7 +62,7 @@ class CommandBufferProxy : public gpu::CommandBuffer, } #if defined(OS_MACOSX) - virtual void SetWindowSize(int32 width, int32 height); + virtual void SetWindowSize(const gfx::Size& size); #endif // Get the last state received from the service without synchronizing. |