| Index: src/gpu/GrOptDrawState.h
|
| diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h
|
| index cf5737373caa44ba3134f6a7d9efb56bc52ecef4..43d5b1d871381b6724822c45d523df7a49633c26 100644
|
| --- a/src/gpu/GrOptDrawState.h
|
| +++ b/src/gpu/GrOptDrawState.h
|
| @@ -30,8 +30,9 @@ public:
|
|
|
| typedef GrClipMaskManager::ScissorState ScissorState;
|
|
|
| - GrOptDrawState(const GrDrawState& drawState, GrColor, uint8_t coverage, const GrDrawTargetCaps&,
|
| - const ScissorState&, const GrDeviceCoordTexture* dstCopy, GrGpu::DrawType);
|
| + GrOptDrawState(const GrDrawState& drawState, const GrGeometryProcessor*, GrColor,
|
| + uint8_t coverage, const GrDrawTargetCaps&, const ScissorState&,
|
| + const GrDeviceCoordTexture* dstCopy, GrGpu::DrawType);
|
|
|
| bool operator== (const GrOptDrawState& that) const;
|
| bool operator!= (const GrOptDrawState& that) const { return !(*this == that); }
|
|
|