Index: src/gpu/GrAAConvexPathRenderer.h |
diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAConvexPathRenderer.h |
index bb2d3f0a1e23a15f3d76755dfe11ef5cd0233ffb..816ccd697c9845ee204766296ae89fcae1029501 100644 |
--- a/src/gpu/GrAAConvexPathRenderer.h |
+++ b/src/gpu/GrAAConvexPathRenderer.h |
@@ -20,7 +20,7 @@ public: |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
- bool antiAlias) const SK_OVERRIDE; |
+ bool antiAlias) const override; |
protected: |
virtual bool onDrawPath(GrDrawTarget*, |
@@ -29,7 +29,7 @@ protected: |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
- bool antiAlias) SK_OVERRIDE; |
+ bool antiAlias) override; |
}; |
#endif |