Index: src/gpu/GrBufferedDrawTarget.cpp |
diff --git a/src/gpu/GrBufferedDrawTarget.cpp b/src/gpu/GrBufferedDrawTarget.cpp |
index c59d035a5916109cd6d552e87e89cf893101f808..4959ddce73de14cec86e9f97f8a2dbaac250be8e 100644 |
--- a/src/gpu/GrBufferedDrawTarget.cpp |
+++ b/src/gpu/GrBufferedDrawTarget.cpp |
@@ -69,12 +69,6 @@ void GrBufferedDrawTarget::onDrawPaths(const GrPathProcessor* pathProc, |
opts); |
} |
-void GrBufferedDrawTarget::clearStencilClip(const SkIRect& rect, |
- bool insideClip, |
- GrRenderTarget* renderTarget) { |
- fCommands->recordClearStencilClip(rect, insideClip, renderTarget); |
-} |
- |
void GrBufferedDrawTarget::onReset() { |
fCommands->reset(); |
fPathIndexBuffer.rewind(); |