aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-02-05 11:11:13 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-05 11:11:13 -0800
commit5e1378d0e075a323144ba14e0a4cbcca35eccc69 (patch)
tree70156a081890aa64ae91a71d992191d980c21d4e /src/gpu/GrGpu.h
parent2fdd29d6e53d3c550bce711363a1d0d5b8069ee3 (diff)
Move DstCopy on gpu into the GrXferProcessor.
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index 8c458f18e8..8a3c32b7ab 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -298,7 +298,6 @@ public:
virtual void buildProgramDesc(GrProgramDesc*,
const GrPrimitiveProcessor&,
const GrPipeline&,
- const GrProgramDesc::DescInfo&,
const GrBatchTracker&) const = 0;
// Called to determine whether a copySurface call would succeed or not. Derived