Index: include/gpu/GrRenderTarget.h |
diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h |
index 6b5a961f8b968e1f7c19fa4e5c05519de0ff2605..4c771a46ca238a7aca1c8f659443462df180c9ba 100644 |
--- a/include/gpu/GrRenderTarget.h |
+++ b/include/gpu/GrRenderTarget.h |
@@ -25,8 +25,8 @@ public: |
SK_DECLARE_INST_COUNT(GrRenderTarget) |
// GrSurface overrides |
- virtual GrRenderTarget* asRenderTarget() SK_OVERRIDE { return this; } |
- virtual const GrRenderTarget* asRenderTarget() const SK_OVERRIDE { return this; } |
+ GrRenderTarget* asRenderTarget() SK_OVERRIDE { return this; } |
+ const GrRenderTarget* asRenderTarget() const SK_OVERRIDE { return this; } |
// GrRenderTarget |
/** |
@@ -118,8 +118,8 @@ protected: |
} |
// override of GrResource |
- virtual void onAbandon() SK_OVERRIDE; |
- virtual void onRelease() SK_OVERRIDE; |
+ void onAbandon() SK_OVERRIDE; |
+ void onRelease() SK_OVERRIDE; |
private: |
GrStencilBuffer* fStencilBuffer; |