| Index: src/gpu/gl/GrGLPathRange.cpp
|
| diff --git a/src/gpu/gl/GrGLPathRange.cpp b/src/gpu/gl/GrGLPathRange.cpp
|
| index 4714b924ab4d94e3ad41ae4f86d4d38c6637209e..40d9a500f8b69332f3fa6ed19cd6487652eababd 100644
|
| --- a/src/gpu/gl/GrGLPathRange.cpp
|
| +++ b/src/gpu/gl/GrGLPathRange.cpp
|
| @@ -102,7 +102,7 @@ void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const {
|
| void GrGLPathRange::onRelease() {
|
| SkASSERT(this->getGpu());
|
|
|
| - if (0 != fBasePathID && this->shouldFreeResources()) {
|
| + if (0 != fBasePathID) {
|
| static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
|
| this->getNumPaths());
|
| fBasePathID = 0;
|
|
|