| 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 6e73c823d5b9b5530101b48f3eec29d3ee5b6100..4bd2006bb5bc741b60975bfc5c6a3d8df3289a92 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -160,7 +160,7 @@ class CommandBufferProxyImpl
|
| private:
|
| typedef std::map<int32, scoped_refptr<gpu::Buffer> > TransferBufferMap;
|
| typedef base::hash_map<uint32, base::Closure> SignalTaskMap;
|
| - typedef base::ScopedPtrHashMap<int32, gfx::GpuMemoryBuffer>
|
| + typedef base::ScopedPtrHashMap<int32, scoped_ptr<gfx::GpuMemoryBuffer>>
|
| GpuMemoryBufferMap;
|
|
|
| void CheckLock() {
|
|
|