| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index c149a8d2d07933cf9a057ce1ea5ff638966d256b..454dc03792a54b61a88876a4b89b871a186b65e3 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -113,9 +113,11 @@ private:
|
| bool isIssued(uint32_t drawID) override { return drawID != fDrawID; }
|
|
|
| State* SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(const GrPrimitiveProcessor*,
|
| - const GrDrawTarget::PipelineInfo&);
|
| + const GrDrawTarget::PipelineInfo&,
|
| + GrPipelineOptimizations* opts);
|
| State* SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(GrBatch*,
|
| - const GrDrawTarget::PipelineInfo&);
|
| + const GrDrawTarget::PipelineInfo&,
|
| + GrPipelineOptimizations* opts);
|
|
|
| // TODO: Use a single allocator for commands and records
|
| enum {
|
|
|