| Index: src/gpu/gl/GrGLPathProcessor.h
|
| diff --git a/src/gpu/gl/GrGLPathProcessor.h b/src/gpu/gl/GrGLPathProcessor.h
|
| index 2cbf13034b850a32d154e2be5077ed918e5fbf87..ef968d170c3d8d371c2477912db3a6c679cd6367 100644
|
| --- a/src/gpu/gl/GrGLPathProcessor.h
|
| +++ b/src/gpu/gl/GrGLPathProcessor.h
|
| @@ -13,7 +13,6 @@
|
| class GrPathProcessor;
|
| class GrGLPathRendering;
|
| class GrGLGpu;
|
| -class GrGLPathProgramDataManager;
|
|
|
| class GrGLPathProcessor : public GrGLPrimitiveProcessor {
|
| public:
|
| @@ -27,17 +26,12 @@ public:
|
|
|
| void emitTransforms(GrGLGPBuilder*, const TransformsIn&, TransformsOut*);
|
|
|
| - void bindSeparableVaryings(GrGLGpu* gpu, GrGLuint programID);
|
| - void resolveSeparableVaryings(GrGLGpu* gpu, GrGLuint programId);
|
| -
|
| void setData(const GrGLProgramDataManager&, const GrPrimitiveProcessor&) override;
|
|
|
| void setTransformData(const GrPrimitiveProcessor&,
|
| - const GrGLPathProgramDataManager&,
|
| + const GrGLProgramDataManager&,
|
| int index,
|
| - const SkTArray<const GrCoordTransform*, true>& transforms);
|
| -
|
| - virtual void didSetData(GrGLPathRendering*) {}
|
| + const SkTArray<const GrCoordTransform*, true>& transforms) override;
|
|
|
| private:
|
| UniformHandle fColorUniform;
|
|
|