| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index e764512f8d0a7c733729b19b560b0a4a8c4cbd3b..962385e93b4cb2f2cc278bb58d1ce8f54de8db56 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -30,10 +30,6 @@ public:
|
|
|
| ~GrBufferedDrawTarget() override;
|
|
|
| - void clearStencilClip(const SkIRect& rect,
|
| - bool insideClip,
|
| - GrRenderTarget* renderTarget) override;
|
| -
|
| protected:
|
| void appendIndicesAndTransforms(const void* indexValues, PathIndexType indexType,
|
| const float* transformValues, PathTransformType transformType,
|
| @@ -55,6 +51,8 @@ protected:
|
| }
|
| }
|
|
|
| + void onDrawBatch(GrBatch*) override;
|
| +
|
| private:
|
| friend class GrInOrderCommandBuilder;
|
| friend class GrTargetCommands;
|
| @@ -75,8 +73,6 @@ private:
|
| void onReset() override;
|
| void onFlush() override;
|
|
|
| - // overrides from GrDrawTarget
|
| - void onDrawBatch(GrBatch*) override;
|
| void onStencilPath(const GrPipelineBuilder&,
|
| const GrPathProcessor*,
|
| const GrPath*,
|
|
|