| Index: ppapi/proxy/ppapi_command_buffer_proxy.h
|
| diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.h b/ppapi/proxy/ppapi_command_buffer_proxy.h
|
| index eef8d12d8882b20789066e403405e4e6476aaed6..373c907ec3fc1b8b59dd720b208a226e722faaa5 100644
|
| --- a/ppapi/proxy/ppapi_command_buffer_proxy.h
|
| +++ b/ppapi/proxy/ppapi_command_buffer_proxy.h
|
| @@ -32,8 +32,7 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public CommandBufferProxy {
|
| // CommandBufferProxy implementation:
|
| virtual int GetRouteID() const OVERRIDE;
|
| virtual bool Echo(const base::Closure& callback) OVERRIDE;
|
| - virtual bool SetParent(CommandBufferProxy* parent_command_buffer,
|
| - uint32 parent_texture_id) OVERRIDE;
|
| + virtual bool ProduceFrontBuffer(const gpu::Mailbox& mailbox) OVERRIDE;
|
| virtual void SetChannelErrorCallback(const base::Closure& callback) OVERRIDE;
|
|
|
| // gpu::CommandBuffer implementation:
|
|
|