| 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 8a7ab68466d0f50bb11e6c5b86484f230f5e32d9..800d9f3001b156b5398eea5ebc4d48338357c87f 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -260,6 +260,10 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| return gpu_control_;
|
| }
|
|
|
| + ShareGroupContextData* share_group_context_data() {
|
| + return &share_group_context_data_;
|
| + }
|
| +
|
| private:
|
| friend class GLES2ImplementationTest;
|
| friend class VertexArrayObjectManager;
|
| @@ -696,6 +700,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| scoped_ptr<MappedMemoryManager> mapped_memory_;
|
|
|
| scoped_refptr<ShareGroup> share_group_;
|
| + ShareGroupContextData share_group_context_data_;
|
|
|
| scoped_ptr<QueryTracker> query_tracker_;
|
| typedef std::map<GLuint, QueryTracker::Query*> QueryMap;
|
|
|