| Index: gpu/command_buffer/service/gpu_processor.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gpu_processor.h (revision 37239)
|
| +++ gpu/command_buffer/service/gpu_processor.h (working copy)
|
| @@ -41,6 +41,8 @@
|
| // Implementation of CommandBufferEngine.
|
| virtual Buffer GetSharedMemoryBuffer(int32 shm_id);
|
| virtual void set_token(int32 token);
|
| + virtual bool SetGetOffset(int32 offset);
|
| + virtual int32 GetGetOffset();
|
|
|
| private:
|
| // The GPUProcessor holds a weak reference to the CommandBuffer. The
|
|
|