| Index: src/gpu/GrSoftwarePathRenderer.h
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.h b/src/gpu/GrSoftwarePathRenderer.h
|
| index ed897cceaf830d762d2ff8e40ce7b41f5bbbb084..e7a5a287490857f71f39ad1123e92fc87496295d 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.h
|
| +++ b/src/gpu/GrSoftwarePathRenderer.h
|
| @@ -28,12 +28,12 @@ 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*,
|
| @@ -41,7 +41,7 @@ protected:
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| const SkStrokeRec&,
|
| - bool antiAlias) SK_OVERRIDE;
|
| + bool antiAlias) override;
|
|
|
| private:
|
| GrContext* fContext;
|
|
|