| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 6b6877f18b3bc74b7f92b7d08a469f42a53668d1..fa12de1623da44fbc18080a93a0f777e62fcd8a0 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -694,6 +694,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| MappedTextureMap mapped_textures_;
|
|
|
| scoped_ptr<MappedMemoryManager> mapped_memory_;
|
| + scoped_ptr<MappedMemoryManager> transfer_buffer_memory_;
|
|
|
| scoped_refptr<ShareGroup> share_group_;
|
|
|
|
|