| Index: src/gpu/GrPipeline.h
|
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
|
| index fdba0d764c91a96c8709c31d62e106e772aa970c..a85ae67135ee630dc3f641ce9213a03ed60ceac2 100644
|
| --- a/src/gpu/GrPipeline.h
|
| +++ b/src/gpu/GrPipeline.h
|
| @@ -32,7 +32,7 @@ public:
|
| GrPipeline(const GrPipelineBuilder&,
|
| const GrProcOptInfo& colorPOI,
|
| const GrProcOptInfo& coveragePOI,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| const GrScissorState&,
|
| const GrDeviceCoordTexture* dstCopy);
|
|
|
| @@ -115,7 +115,7 @@ private:
|
| * blend coeffs will represent those used by backend API.
|
| */
|
| void setOutputStateInfo(const GrPipelineBuilder& ds, GrXferProcessor::OptFlags,
|
| - const GrDrawTargetCaps&);
|
| + const GrCaps&);
|
|
|
| enum Flags {
|
| kDither_Flag = 0x1,
|
|
|