| Index: src/gpu/gl/GrGLPathRange.cpp
|
| diff --git a/src/gpu/gl/GrGLPathRange.cpp b/src/gpu/gl/GrGLPathRange.cpp
|
| index 12c96c6a3fbbf81658e96a082316f1300a57ac04..5ff64f85affb512250bf0bbb16b6d95437c9e6a5 100644
|
| --- a/src/gpu/gl/GrGLPathRange.cpp
|
| +++ b/src/gpu/gl/GrGLPathRange.cpp
|
| @@ -29,10 +29,6 @@ GrGLPathRange::GrGLPathRange(GrGpuGL* gpu,
|
| this->registerWithCache();
|
| }
|
|
|
| -GrGLPathRange::~GrGLPathRange() {
|
| - this->release();
|
| -}
|
| -
|
| void GrGLPathRange::onInitPath(int index, const SkPath& skPath) const {
|
| GrGpuGL* gpu = static_cast<GrGpuGL*>(this->getGpu());
|
| if (NULL == gpu) {
|
|
|