Index: src/gpu/GrStencilAndCoverPathRenderer.h |
diff --git a/src/gpu/GrStencilAndCoverPathRenderer.h b/src/gpu/GrStencilAndCoverPathRenderer.h |
index cb4012f3d1e16692fb72f6dd8e5f3e9018b35837..a28b6aa8abb2bc09df151bb9f2ac5c145910475a 100644 |
--- a/src/gpu/GrStencilAndCoverPathRenderer.h |
+++ b/src/gpu/GrStencilAndCoverPathRenderer.h |
@@ -30,13 +30,13 @@ public: |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
- bool antiAlias) const SK_OVERRIDE; |
+ bool antiAlias) const override; |
protected: |
virtual StencilSupport onGetStencilSupport(const GrDrawTarget*, |
const GrPipelineBuilder*, |
const SkPath&, |
- const SkStrokeRec&) const SK_OVERRIDE; |
+ const SkStrokeRec&) const override; |
virtual bool onDrawPath(GrDrawTarget*, |
GrPipelineBuilder*, |
@@ -44,13 +44,13 @@ protected: |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
- bool antiAlias) SK_OVERRIDE; |
+ bool antiAlias) override; |
virtual void onStencilPath(GrDrawTarget*, |
GrPipelineBuilder*, |
const SkMatrix& viewMatrix, |
const SkPath&, |
- const SkStrokeRec&) SK_OVERRIDE; |
+ const SkStrokeRec&) override; |
private: |
GrStencilAndCoverPathRenderer(GrGpu*); |