aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLPath.cpp')
-rw-r--r--src/gpu/gl/GrGLPath.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLPath.cpp b/src/gpu/gl/GrGLPath.cpp
index 95e11f2167..5324dcd1fe 100644
--- a/src/gpu/gl/GrGLPath.cpp
+++ b/src/gpu/gl/GrGLPath.cpp
@@ -94,9 +94,13 @@ void GrGLPath::onRelease() {
GL_CALL(DeletePaths(fPathID, 1));
fPathID = 0;
}
+
+ INHERITED::onRelease();
}
void GrGLPath::onAbandon() {
fPathID = 0;
+
+ INHERITED::onAbandon();
}