| 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 357b29ed46bce9c90bd1018e9dbc9055f2eed354..113f23c9f0166c2bb2dfbf850cce5800f5803138 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -91,6 +91,7 @@ class CommandBufferProxyImpl
|
| virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
| virtual gpu::Buffer GetTransferBuffer(int32 id) OVERRIDE;
|
| virtual void SetToken(int32 token) OVERRIDE;
|
| + virtual void SetAsyncToken(uint32 async_token) OVERRIDE;
|
| virtual void SetParseError(gpu::error::Error error) OVERRIDE;
|
| virtual void SetContextLostReason(
|
| gpu::error::ContextLostReason reason) OVERRIDE;
|
|
|