Index: src/gpu/GrAADistanceFieldPathRenderer.h |
diff --git a/src/gpu/GrAADistanceFieldPathRenderer.h b/src/gpu/GrAADistanceFieldPathRenderer.h |
index 6d7c38d6c3cfc5a68d3da8d8556522e57f4a9990..ad296f0aa38f174636665cf045cb6a207fa360ad 100755 |
--- a/src/gpu/GrAADistanceFieldPathRenderer.h |
+++ b/src/gpu/GrAADistanceFieldPathRenderer.h |
@@ -28,13 +28,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*, |
@@ -42,7 +42,7 @@ protected: |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
- bool antiAlias) SK_OVERRIDE; |
+ bool antiAlias) override; |
private: |
struct PathData { |