aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTargetCommands.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-18 12:30:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-18 12:30:02 -0700
commitf46c5e8fdb0d832bc5ef7f4272f36286578980ec (patch)
treec5993c2dfb3a2de7a94a1d58ba98ca4088dd3594 /src/gpu/GrTargetCommands.cpp
parent08f9234eaafcda33ebf5e74ec27ca72f4abda4fb (diff)
Remove Cmd in GrTargetCommands that is no longer needed with GrCopySurfaceBatch
TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1292623004
Diffstat (limited to 'src/gpu/GrTargetCommands.cpp')
-rw-r--r--src/gpu/GrTargetCommands.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/GrTargetCommands.cpp b/src/gpu/GrTargetCommands.cpp
index befee7971c..4a64175a19 100644
--- a/src/gpu/GrTargetCommands.cpp
+++ b/src/gpu/GrTargetCommands.cpp
@@ -75,7 +75,3 @@ void GrTargetCommands::DrawPaths::execute(GrBatchFlushState* state) {
void GrTargetCommands::DrawBatch::execute(GrBatchFlushState* state) {
fBatch->draw(state);
}
-
-void GrTargetCommands::CopySurface::execute(GrBatchFlushState* state) {
- state->gpu()->copySurface(this->dst(), this->src(), fSrcRect, fDstPoint);
-}