Index: src/gpu/gl/debug/GrTextureObj.h |
diff --git a/src/gpu/gl/debug/GrTextureObj.h b/src/gpu/gl/debug/GrTextureObj.h |
index 7673cd118e40df45919fc5444de96acdd861944b..653e23fdbcfe8da7b48ebf5a72ad08968caacdee 100644 |
--- a/src/gpu/gl/debug/GrTextureObj.h |
+++ b/src/gpu/gl/debug/GrTextureObj.h |
@@ -43,7 +43,7 @@ public: |
return 0 != fTextureUnitReferees.count(); |
} |
- virtual void deleteAction() SK_OVERRIDE; |
+ void deleteAction() SK_OVERRIDE; |
protected: |