Index: src/gpu/GrDefaultPathRenderer.h |
diff --git a/src/gpu/GrDefaultPathRenderer.h b/src/gpu/GrDefaultPathRenderer.h |
index 11105cf63a9189a4b4ca9e7c0040debb43bfa790..ab2a66b1d6fe2b632021b3dc05760c654b0b9020 100644 |
--- a/src/gpu/GrDefaultPathRenderer.h |
+++ b/src/gpu/GrDefaultPathRenderer.h |
@@ -24,14 +24,14 @@ public: |
const SkMatrix& viewMatrix, |
const SkPath&, |
const SkStrokeRec&, |
- bool antiAlias) const SK_OVERRIDE; |
+ bool antiAlias) const override; |
private: |
virtual StencilSupport onGetStencilSupport(const GrDrawTarget*, |
const GrPipelineBuilder*, |
const SkPath&, |
- const SkStrokeRec&) const SK_OVERRIDE; |
+ const SkStrokeRec&) const override; |
virtual bool onDrawPath(GrDrawTarget*, |
GrPipelineBuilder*, |
@@ -39,13 +39,13 @@ private: |
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; |
bool internalDrawPath(GrDrawTarget*, |
GrPipelineBuilder*, |