summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/command_buffer_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/command_buffer_stub.h')
-rw-r--r--chrome/plugin/command_buffer_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/command_buffer_stub.h b/chrome/plugin/command_buffer_stub.h
index 83564ca..0d6f77d 100644
--- a/chrome/plugin/command_buffer_stub.h
+++ b/chrome/plugin/command_buffer_stub.h
@@ -62,7 +62,7 @@ class CommandBufferStub : public IPC::Channel::Listener,
void DestroyPlatformSpecific();
#if defined(OS_MACOSX)
- void OnSetWindowSize(int32 width, int32 height);
+ void OnSetWindowSize(const gfx::Size& size);
void SwapBuffersCallback();
void AllocTransportDIB(const size_t size, TransportDIB::Handle* dib_handle);
void FreeTransportDIB(TransportDIB::Id dib_id);