| Index: src/gpu/GrOptDrawState.h
|
| diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h
|
| index 1878d16af3b2786d1c640b6cb05660cca0f2ebc5..cf5737373caa44ba3134f6a7d9efb56bc52ecef4 100644
|
| --- a/src/gpu/GrOptDrawState.h
|
| +++ b/src/gpu/GrOptDrawState.h
|
| @@ -30,8 +30,8 @@ public:
|
|
|
| typedef GrClipMaskManager::ScissorState ScissorState;
|
|
|
| - GrOptDrawState(const GrDrawState& drawState, const GrDrawTargetCaps&, const ScissorState&,
|
| - const GrDeviceCoordTexture* dstCopy, GrGpu::DrawType);
|
| + GrOptDrawState(const GrDrawState& drawState, 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); }
|
| @@ -206,7 +206,7 @@ private:
|
| * the function may adjust the blend coefficients. After this function is called the src and dst
|
| * blend coeffs will represent those used by backend API.
|
| */
|
| - void setOutputStateInfo(const GrDrawState& ds, GrXferProcessor::OptFlags,
|
| + void setOutputStateInfo(const GrDrawState& ds, GrColor coverage, GrXferProcessor::OptFlags,
|
| const GrDrawTargetCaps&);
|
|
|
| enum Flags {
|
|
|