| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index 4b52bb407f5f430604a25408fa4b23e13013e949..75a0fa42b4c57bc2bd0bb32d697e36f97a718b5e 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -77,8 +77,7 @@ class CommandBufferProxyImpl
|
| // 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;
|
|
|
| // CommandBuffer implementation:
|
|
|