| Index: src/gpu/gl/GrGLProgram.h
|
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
|
| index bd4d6a33aef3e29f1377571034cbaa4c5ac4af48..cce6c2a4d32882489d2d3bcf9c8bcc1882daa6f9 100644
|
| --- a/src/gpu/gl/GrGLProgram.h
|
| +++ b/src/gpu/gl/GrGLProgram.h
|
| @@ -128,7 +128,7 @@ protected:
|
| * Legacy NVPR needs a hook here to flush path tex gen settings.
|
| * TODO when legacy nvpr is removed, remove this call.
|
| */
|
| - virtual void didSetData(GrGpu::DrawType);
|
| + virtual void didSetData() {}
|
|
|
| // Helper for setData() that sets the view matrix and loads the render target height uniform
|
| void setRenderTargetState(const GrPrimitiveProcessor&, const GrOptDrawState&);
|
| @@ -175,7 +175,7 @@ protected:
|
| GrGLInstalledFragProcs* fragmentProcessors);
|
|
|
| private:
|
| - void didSetData(GrGpu::DrawType) SK_OVERRIDE;
|
| + void didSetData() SK_OVERRIDE;
|
| virtual void setTransformData(const GrPrimitiveProcessor&,
|
| const GrPendingFragmentStage&,
|
| int index,
|
|
|