aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-18 06:26:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-18 06:26:15 -0700
commit5df6fee929823f50c55cc50f7c882a309c1b1de9 (patch)
tree1c5f6de7d6d3f2978db4a9b9d5365700891f6765 /src/gpu/GrTest.cpp
parent5b5ddd73b4baf22752924bf20d097e96236c36f8 (diff)
Move copy-surface-as-draw fallback to GrGLGpu.
Diffstat (limited to 'src/gpu/GrTest.cpp')
-rw-r--r--src/gpu/GrTest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
index 0b3d030cdb..6504acf38d 100644
--- a/src/gpu/GrTest.cpp
+++ b/src/gpu/GrTest.cpp
@@ -155,11 +155,6 @@ public:
void discard(GrRenderTarget*) override {}
- bool canCopySurface(const GrSurface* dst,
- const GrSurface* src,
- const SkIRect& srcRect,
- const SkIPoint& dstPoint) override { return false; };
-
bool copySurface(GrSurface* dst,
GrSurface* src,
const SkIRect& srcRect,