Index: src/animator/SkDraw3D.h |
diff --git a/src/animator/SkDraw3D.h b/src/animator/SkDraw3D.h |
index 5f066ba65f4afcc127b76acaba94d329cf597502..e30dc11220e7b4255d01d01e01f7eccbd27af6a3 100644 |
--- a/src/animator/SkDraw3D.h |
+++ b/src/animator/SkDraw3D.h |
@@ -27,7 +27,7 @@ class Sk3D_Camera : public SkADrawable { |
DECLARE_MEMBER_INFO(3D_Camera); |
Sk3D_Camera(); |
virtual ~Sk3D_Camera(); |
- bool draw(SkAnimateMaker& ) SK_OVERRIDE; |
+ bool draw(SkAnimateMaker& ) override; |
private: |
SkScalar hackWidth; |
SkScalar hackHeight; |
@@ -40,8 +40,8 @@ class Sk3D_Patch : public SkDisplayable { |
private: |
virtual void executeFunction(SkDisplayable* , int index, |
SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type, |
- SkScriptValue* ) SK_OVERRIDE; |
- const SkFunctionParamType* getFunctionsParameters() SK_OVERRIDE; |
+ SkScriptValue* ) override; |
+ const SkFunctionParamType* getFunctionsParameters() override; |
SkPatch3D fPatch; |
static const SkFunctionParamType fFunctionParameters[]; |
friend class Sk3D_Camera; |