aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/gpu/gl/debug/DebugGLTestContext.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gpu/gl/debug/DebugGLTestContext.cpp b/tools/gpu/gl/debug/DebugGLTestContext.cpp
index 59f3c93fa2..3a2c0b93f6 100644
--- a/tools/gpu/gl/debug/DebugGLTestContext.cpp
+++ b/tools/gpu/gl/debug/DebugGLTestContext.cpp
@@ -69,7 +69,10 @@ public:
this->report();
}
- void abandon() const override { fAbandoned = true; }
+ void abandon() const override {
+ INHERITED::abandon();
+ fAbandoned = true;
+ }
GrGLvoid activeTexture(GrGLenum texture) override {
// Ganesh offsets the texture unit indices