| 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 82e30e5632fca5ce933aff04333215f24cf90780..978d255d06883c705e2234e4d48d0c5412b077dd 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -121,6 +121,8 @@ class CommandBufferProxyImpl
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| void SetLock(base::Lock* lock) override;
|
| bool IsGpuChannelLost() override;
|
| + gpu::CommandBufferNamespace GetNamespaceID() const override;
|
| + uint64_t GetCommandBufferID() const override;
|
|
|
| bool ProduceFrontBuffer(const gpu::Mailbox& mailbox);
|
| void SetContextLostCallback(const base::Closure& callback);
|
| @@ -211,6 +213,7 @@ class CommandBufferProxyImpl
|
| // |*this| is owned by |*channel_| and so is always outlived by it, so using a
|
| // raw pointer is ok.
|
| GpuChannelHost* channel_;
|
| + const uint64_t command_buffer_id_;
|
| const int32 route_id_;
|
| const int32 stream_id_;
|
| uint32 flush_count_;
|
|
|