| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 512576786ea207f4eb702a23aea979c28dc9e429..e194609cfc8189e884a19db734cae3ec254ec173 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -152,6 +152,7 @@ class GpuCommandBufferStub
|
| // Message handlers:
|
| void OnInitialize(IPC::Message* reply_message);
|
| void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
|
| + void OnSetSharedStateBuffer(int32 shm_id, IPC::Message* reply_message);
|
| void OnSetParent(int32 parent_route_id,
|
| uint32 parent_texture_id,
|
| IPC::Message* reply_message);
|
|
|