| Index: src/gpu/gl/GrGLGeometryProcessor.h
|
| diff --git a/src/gpu/gl/GrGLGeometryProcessor.h b/src/gpu/gl/GrGLGeometryProcessor.h
|
| index 3c95830fb290878505408c26045e42c4983170be..90aeb9a744f412de99535d6af1c938a034ed8343 100644
|
| --- a/src/gpu/gl/GrGLGeometryProcessor.h
|
| +++ b/src/gpu/gl/GrGLGeometryProcessor.h
|
| @@ -137,7 +137,7 @@ public:
|
| /* Any general emit code goes in the base class emitCode. Subclasses override onEmitCode */
|
| void emitCode(EmitArgs&) SK_OVERRIDE;
|
|
|
| - void setTransformData(const GrPrimitiveProcessor*,
|
| + void setTransformData(const GrPrimitiveProcessor&,
|
| const GrGLProgramDataManager&,
|
| int index,
|
| const SkTArray<const GrCoordTransform*, true>& transforms);
|
| @@ -188,7 +188,7 @@ public:
|
| const GrPrimitiveProcessor&,
|
| const GrBatchTracker&) SK_OVERRIDE;
|
|
|
| - virtual void setTransformData(const GrPrimitiveProcessor*,
|
| + virtual void setTransformData(const GrPrimitiveProcessor&,
|
| int index,
|
| const SkTArray<const GrCoordTransform*, true>& transforms,
|
| GrGLPathRendering*,
|
|
|