diff options
Diffstat (limited to 'src/gpu/GrBufferedDrawTarget.h')
-rw-r--r-- | src/gpu/GrBufferedDrawTarget.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h index e764512f8d..962385e93b 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*, |