Index: chrome/plugin/command_buffer_stub.h |
=================================================================== |
--- chrome/plugin/command_buffer_stub.h (revision 76263) |
+++ chrome/plugin/command_buffer_stub.h (working copy) |
@@ -45,7 +45,9 @@ |
private: |
// Message handlers: |
- void OnInitialize(int32 size, base::SharedMemoryHandle* ring_buffer); |
+ void OnInitialize(base::SharedMemoryHandle ring_buffer, |
+ int32 size, |
+ bool* result); |
void OnGetState(gpu::CommandBuffer::State* state); |
void OnAsyncGetState(); |
void OnFlush(int32 put_offset, gpu::CommandBuffer::State* state); |