aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrDisableColorXP.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-26 09:49:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-26 09:49:05 -0700
commit6a44c6a7d89b748fb040d41697a337d357d7fa22 (patch)
treeb579537e83e03bf1b982a4a823ab4a63f1f6a993 /src/gpu/effects/GrDisableColorXP.h
parent36ec383c579066520357605eb8726193f251187e (diff)
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names.
Diffstat (limited to 'src/gpu/effects/GrDisableColorXP.h')
-rw-r--r--src/gpu/effects/GrDisableColorXP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrDisableColorXP.h b/src/gpu/effects/GrDisableColorXP.h
index c5ed8f0b8c..6289834b5e 100644
--- a/src/gpu/effects/GrDisableColorXP.h
+++ b/src/gpu/effects/GrDisableColorXP.h
@@ -35,7 +35,7 @@ private:
GrXferProcessor* onCreateXferProcessor(const GrCaps& caps,
const GrProcOptInfo& colorPOI,
const GrProcOptInfo& coveragePOI,
- const GrDeviceCoordTexture* dstCopy) const override;
+ const DstTexture* dstTexture) const override;
bool willReadDstColor(const GrCaps& caps,
const GrProcOptInfo& colorPOI,