Index: src/gpu/gl/debug/GrBufferObj.h |
diff --git a/src/gpu/gl/debug/GrBufferObj.h b/src/gpu/gl/debug/GrBufferObj.h |
index 5c282eef31ba931bfd9e30de16bf52a5b5a897ec..d0bb83d62c65b590df7832d7fd6ef30d71e02286 100644 |
--- a/src/gpu/gl/debug/GrBufferObj.h |
+++ b/src/gpu/gl/debug/GrBufferObj.h |
@@ -55,7 +55,7 @@ public: |
void setUsage(GrGLint usage) { fUsage = usage; } |
GrGLint getUsage() const { return fUsage; } |
- virtual void deleteAction() SK_OVERRIDE; |
+ void deleteAction() SK_OVERRIDE; |
protected: |
private: |