aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrInOrderDrawBuffer.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-12-02 09:40:12 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-02 09:40:12 -0800
commiteff2c721b9877e5e9e6c71b21dde0e69eccb2b14 (patch)
tree8bcdab0e222341c5aef7036797fa7d7bf8d9dcab /src/gpu/GrInOrderDrawBuffer.h
parent5abbc420e36feb229ed3498d7482a79f089c0e35 (diff)
move some copy surface stuff to GrFlushToGpuDrawTarget
Diffstat (limited to 'src/gpu/GrInOrderDrawBuffer.h')
-rw-r--r--src/gpu/GrInOrderDrawBuffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h
index 207f88e65d..532842a3b4 100644
--- a/src/gpu/GrInOrderDrawBuffer.h
+++ b/src/gpu/GrInOrderDrawBuffer.h
@@ -225,11 +225,6 @@ private:
GrSurface* src,
const SkIRect& srcRect,
const SkIPoint& dstPoint) SK_OVERRIDE;
- bool onCanCopySurface(const GrSurface* dst,
- const GrSurface* src,
- const SkIRect& srcRect,
- const SkIPoint& dstPoint) SK_OVERRIDE;
- bool onInitCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc) SK_OVERRIDE;
// Attempts to concat instances from info onto the previous draw. info must represent an
// instanced draw. The caller must have already recorded a new draw state and clip if necessary.