aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDrawEmboss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkDrawEmboss.h')
-rw-r--r--src/animator/SkDrawEmboss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkDrawEmboss.h b/src/animator/SkDrawEmboss.h
index 7ffd3ef841..6ffe207f7c 100644
--- a/src/animator/SkDrawEmboss.h
+++ b/src/animator/SkDrawEmboss.h
@@ -15,7 +15,7 @@
class SkDrawEmboss : public SkDrawMaskFilter {
DECLARE_DRAW_MEMBER_INFO(Emboss);
SkDrawEmboss();
- virtual SkMaskFilter* getMaskFilter() SK_OVERRIDE;
+ SkMaskFilter* getMaskFilter() SK_OVERRIDE;
protected:
SkTDScalarArray fDirection;
SkScalar fSigma;