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

Unified Diff: src/animator/SkDrawBlur.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/SkDrawBitmap.h ('k') | src/animator/SkDrawClip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDrawBlur.h
diff --git a/src/animator/SkDrawBlur.h b/src/animator/SkDrawBlur.h
index 75075922dc753885e42e574aaaae0e3f9935b9f8..56f29db2957f78d6c91715fe8c6d0eff83f6c9d0 100644
--- a/src/animator/SkDrawBlur.h
+++ b/src/animator/SkDrawBlur.h
@@ -14,7 +14,7 @@
class SkDrawBlur : public SkDrawMaskFilter {
DECLARE_DRAW_MEMBER_INFO(Blur);
SkDrawBlur();
- virtual SkMaskFilter* getMaskFilter() SK_OVERRIDE;
+ SkMaskFilter* getMaskFilter() SK_OVERRIDE;
protected:
SkScalar fSigma;
int /*SkBlurStyle*/ fBlurStyle;
« no previous file with comments | « src/animator/SkDrawBitmap.h ('k') | src/animator/SkDrawClip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698