aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferedDrawTarget.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-18 12:12:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-18 12:12:35 -0700
commit872062cab802a824328b3402ea6f502fbb73a2be (patch)
tree32e8df92304323cfde00f12dc51d0d94a6e2674e /src/gpu/GrBufferedDrawTarget.h
parent2a378433ebd16cd0dc034d291dea2983b82378e2 (diff)
GrCopySurfaceBatch
Diffstat (limited to 'src/gpu/GrBufferedDrawTarget.h')
-rw-r--r--src/gpu/GrBufferedDrawTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
index 962385e93b..dc409ef3f1 100644
--- a/src/gpu/GrBufferedDrawTarget.h
+++ b/src/gpu/GrBufferedDrawTarget.h
@@ -91,10 +91,6 @@ private:
int count,
const GrStencilSettings&,
const PipelineInfo&) override;
- void onCopySurface(GrSurface* dst,
- GrSurface* src,
- const SkIRect& srcRect,
- const SkIPoint& dstPoint) override;
bool isIssued(uint32_t drawID) override { return drawID != fDrawID; }