| Index: src/gpu/GrOptDrawState.h
|
| diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h
|
| index 6beeea2f874855448ba181b42313f1fa77534b8d..626e6d7c6160086189e473135952a9963fbfb25e 100644
|
| --- a/src/gpu/GrOptDrawState.h
|
| +++ b/src/gpu/GrOptDrawState.h
|
| @@ -31,7 +31,7 @@ public:
|
|
|
| GrOptDrawState(const GrDrawState& drawState, const GrPrimitiveProcessor*,
|
| const GrDrawTargetCaps&, const GrScissorState&,
|
| - const GrDeviceCoordTexture* dstCopy, GrGpu::DrawType);
|
| + const GrDeviceCoordTexture* dstCopy);
|
|
|
| /*
|
| * Returns true if it is possible to combine the two GrOptDrawStates and it will update 'this'
|
| @@ -128,8 +128,6 @@ public:
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
|
|
| - GrGpu::DrawType drawType() const { return fDrawType; }
|
| -
|
| const GrDeviceCoordTexture* getDstCopy() const { return fDstCopy.texture() ? &fDstCopy : NULL; }
|
|
|
| const GrProgramDesc::DescInfo& descInfo() const { return fDescInfo; }
|
| @@ -171,7 +169,6 @@ private:
|
| uint32_t fFlags;
|
| ProgramXferProcessor fXferProcessor;
|
| FragmentStageArray fFragmentStages;
|
| - GrGpu::DrawType fDrawType;
|
| GrProgramDesc::DescInfo fDescInfo;
|
| GrGeometryProcessor::InitBT fInitBT;
|
|
|
|
|