| 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..329eaf20bf78012fc11b4d4f1061fdad8ea40e09 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -165,6 +165,8 @@ class CommandBufferProxyImpl
|
| return shared_state_shm_->handle();
|
| }
|
|
|
| + base::Lock* lock() { return lock_; }
|
| +
|
| private:
|
| typedef std::map<int32, scoped_refptr<gpu::Buffer> > TransferBufferMap;
|
| typedef base::hash_map<uint32, base::Closure> SignalTaskMap;
|
|
|