aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrDisableColorXP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/GrDisableColorXP.cpp')
-rw-r--r--src/gpu/effects/GrDisableColorXP.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/effects/GrDisableColorXP.cpp b/src/gpu/effects/GrDisableColorXP.cpp
index d380e89f1c..38c8f91c27 100644
--- a/src/gpu/effects/GrDisableColorXP.cpp
+++ b/src/gpu/effects/GrDisableColorXP.cpp
@@ -103,8 +103,7 @@ GrXferProcessor*
GrDisableColorXPFactory::onCreateXferProcessor(const GrCaps& caps,
const GrProcOptInfo& colorPOI,
const GrProcOptInfo& covPOI,
- const DstTexture* dst) const {
- SkASSERT(!dst);
+ const GrDeviceCoordTexture* dstCopy) const {
return DisableColorXP::Create();
}