| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index cc5e0e33fe815ef6ec1a59a1a2712a4b26f1ada0..bb7fd89a2ca4945ff98952659fd263b7c154f9ae 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -78,7 +78,7 @@ private:
|
| void onFlush() override;
|
|
|
| // overrides from GrDrawTarget
|
| - void onDrawBatch(GrBatch*) override;
|
| + void onDrawBatch(GrDrawBatch*) override;
|
| void onStencilPath(const GrPipelineBuilder&,
|
| const GrPathProcessor*,
|
| const GrPath*,
|
| @@ -109,7 +109,7 @@ private:
|
|
|
| StateForPathDraw* SK_WARN_UNUSED_RESULT createStateForPathDraw(
|
| const GrPrimitiveProcessor*,
|
| - const GrDrawTarget::PipelineInfo&,
|
| + const PipelineInfo&,
|
| GrPipelineOptimizations* opts);
|
|
|
| // TODO: Use a single allocator for commands and records
|
|
|