aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrCustomXfermodePriv.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-05-04 12:58:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-04 12:58:16 -0700
commit99bc9fdfb555f1cf8e426329633e735e3020b829 (patch)
treeb44542eeeb8eccf485d2a3263d0ac4a35234c38f /src/gpu/effects/GrCustomXfermodePriv.h
parent64fb51d36df5d4e857c3425fe4cb1b1ecbd169fb (diff)
Remove canTweakAlphaForCoverage from XP's since batch reads flag.
Diffstat (limited to 'src/gpu/effects/GrCustomXfermodePriv.h')
-rw-r--r--src/gpu/effects/GrCustomXfermodePriv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/effects/GrCustomXfermodePriv.h b/src/gpu/effects/GrCustomXfermodePriv.h
index 216fb62d43..edcdcc0a6e 100644
--- a/src/gpu/effects/GrCustomXfermodePriv.h
+++ b/src/gpu/effects/GrCustomXfermodePriv.h
@@ -64,10 +64,6 @@ public:
return true;
}
- bool canTweakAlphaForCoverage() const override {
- return false;
- }
-
void getInvariantOutput(const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI,
GrXPFactory::InvariantOutput*) const override;