| Index: gpu/command_buffer/service/context_group.cc
|
| diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
|
| index 74110e6f557beafb47e0cecccc4abf3711ff4225..c18bb4e67f1ec4e39db60ef475d98fcc2de1f85c 100644
|
| --- a/gpu/command_buffer/service/context_group.cc
|
| +++ b/gpu/command_buffer/service/context_group.cc
|
| @@ -247,9 +247,7 @@ void ContextGroup::Destroy(bool have_context) {
|
| shader_manager_.reset();
|
| }
|
|
|
| - if (memory_tracker_.get()) {
|
| - memory_tracker_.release();
|
| - }
|
| + memory_tracker_ = NULL;
|
| }
|
|
|
| IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) {
|
| @@ -311,5 +309,3 @@ bool ContextGroup::QueryGLFeatureU(
|
|
|
| } // namespace gles2
|
| } // namespace gpu
|
| -
|
| -
|
|
|