| 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 9e1e15c1d162fc78277d66d3e64b2dc04d17768c..b1aac89a3904a15587a5a06f6de75dfd74e24434 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -34,6 +34,7 @@
|
|
|
| namespace gpu {
|
| struct Mailbox;
|
| +class SyncPointClient;
|
| class ValueStateMap;
|
| namespace gles2 {
|
| class MailboxManager;
|
| @@ -271,6 +272,7 @@ class GpuCommandBufferStub
|
| scoped_ptr<gpu::CommandBufferService> command_buffer_;
|
| scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
|
| scoped_ptr<gpu::GpuScheduler> scheduler_;
|
| + scoped_ptr<gpu::SyncPointClient> sync_point_client_;
|
| scoped_refptr<gfx::GLSurface> surface_;
|
|
|
| scoped_ptr<GpuMemoryManagerClientState> memory_manager_client_state_;
|
|
|