Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index f6b497432a19d932149a271780078048738edc36..77a1422af173212a3bf7178295e2906929b5e875 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -796,7 +796,7 @@ public: |
fWrapped.reset(interface); |
} |
- virtual void abandon() const SK_OVERRIDE { |
+ void abandon() const SK_OVERRIDE { |
GrDebugGL::abandon(); |
} |