Index: src/gpu/gl/GrGLPath.cpp |
diff --git a/src/gpu/gl/GrGLPath.cpp b/src/gpu/gl/GrGLPath.cpp |
index 6097f469db8f03048db93407af4458a185570772..fc5688114dc4599437bc2bbf24faae05c7318ea0 100644 |
--- a/src/gpu/gl/GrGLPath.cpp |
+++ b/src/gpu/gl/GrGLPath.cpp |
@@ -143,10 +143,6 @@ GrGLPath::GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke) |
this->registerWithCache(); |
} |
-GrGLPath::~GrGLPath() { |
- this->release(); |
-} |
- |
void GrGLPath::onRelease() { |
if (0 != fPathID && !this->isWrapped()) { |
static_cast<GrGpuGL*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1); |