Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: src/animator/SkDrawShader.h

Issue 806653007: Fix up all the easy virtual ... SK_OVERRIDE cases. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/animator/SkDrawSaveLayer.h ('k') | src/animator/SkDrawText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDrawShader.h
diff --git a/src/animator/SkDrawShader.h b/src/animator/SkDrawShader.h
index 43462de491454f4eeb671fc2aaa24ff343e193eb..32c8fd56d89868b9923420c054a122a1b735d0e5 100644
--- a/src/animator/SkDrawShader.h
+++ b/src/animator/SkDrawShader.h
@@ -16,8 +16,8 @@ class SkBaseBitmap;
class SkDrawBitmapShader : public SkDrawShader {
DECLARE_DRAW_MEMBER_INFO(BitmapShader);
SkDrawBitmapShader();
- virtual bool add() SK_OVERRIDE;
- virtual SkShader* getShader() SK_OVERRIDE;
+ bool add() SK_OVERRIDE;
+ SkShader* getShader() SK_OVERRIDE;
protected:
SkBool filterBitmap;
SkBaseBitmap* image;
« no previous file with comments | « src/animator/SkDrawSaveLayer.h ('k') | src/animator/SkDrawText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698