Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.cpp |
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
| index 0a90e826617aa7ccbc7cc7b02a2778ad020e1e64..3fc5543fb4f8ae304c9750a509c5b4e54ee7f27b 100644 |
| --- a/src/gpu/gl/GrGpuGL.cpp |
| +++ b/src/gpu/gl/GrGpuGL.cpp |
| @@ -164,9 +164,6 @@ GrGpuGL::~GrGpuGL() { |
| } |
| delete fProgramCache; |
| - |
| - // This must be called by before the GrDrawTarget destructor |
| - this->releaseGeometry(); |
| } |
| void GrGpuGL::contextAbandoned() { |