| Index: src/gpu/gl/GrGLPathRendering.h
|
| diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h
|
| index 8fb699deb3092acc5f2c892982f154096c0559b0..b39c866c6f89c3f2620d32af950f33496e4ede58 100644
|
| --- a/src/gpu/gl/GrGLPathRendering.h
|
| +++ b/src/gpu/gl/GrGLPathRendering.h
|
| @@ -16,7 +16,6 @@
|
|
|
| class GrGLNameAllocator;
|
| class GrGLGpu;
|
| -class GrStyle;
|
|
|
| /**
|
| * This class wraps the NV_path_rendering extension and manages its various
|
| @@ -34,9 +33,9 @@
|
| virtual ~GrGLPathRendering();
|
|
|
| // GrPathRendering implementations.
|
| - GrPath* createPath(const SkPath&, const GrStyle&) override;
|
| + GrPath* createPath(const SkPath&, const GrStrokeInfo&) override;
|
| virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*,
|
| - const GrStyle&) override;
|
| + const GrStrokeInfo&) override;
|
|
|
| /* Called when the 3D context state is unknown. */
|
| void resetContext();
|
|
|