| Index: src/gpu/GrTessellatingPathRenderer.h
|
| diff --git a/src/gpu/GrTessellatingPathRenderer.h b/src/gpu/GrTessellatingPathRenderer.h
|
| index 3262c9a6e2ed336a60d4cc2047c0fb97d904efd2..977260821fa1c699d4096c923ac6a84480d55d9a 100644
|
| --- a/src/gpu/GrTessellatingPathRenderer.h
|
| +++ b/src/gpu/GrTessellatingPathRenderer.h
|
| @@ -23,13 +23,13 @@ public:
|
| const SkMatrix&,
|
| const SkPath&,
|
| const SkStrokeRec&,
|
| - bool antiAlias) const SK_OVERRIDE;
|
| + bool antiAlias) const override;
|
| protected:
|
|
|
| StencilSupport onGetStencilSupport(const GrDrawTarget*,
|
| const GrPipelineBuilder*,
|
| const SkPath&,
|
| - const SkStrokeRec&) const SK_OVERRIDE;
|
| + const SkStrokeRec&) const override;
|
|
|
| bool onDrawPath(GrDrawTarget*,
|
| GrPipelineBuilder*,
|
| @@ -37,7 +37,7 @@ protected:
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| const SkStrokeRec&,
|
| - bool antiAlias) SK_OVERRIDE;
|
| + bool antiAlias) override;
|
|
|
| typedef GrPathRenderer INHERITED;
|
| };
|
|
|