Index: src/gpu/effects/GrBicubicEffect.cpp |
diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp |
index 7cdb56a78740284a7107b8ca2a64ed028da6220c..75a0861b1ad80b2610fb674ee653fe6069562aa3 100644 |
--- a/src/gpu/effects/GrBicubicEffect.cpp |
+++ b/src/gpu/effects/GrBicubicEffect.cpp |
@@ -171,9 +171,7 @@ bool GrBicubicEffect::onIsEqual(const GrProcessor& sBase) const { |
void GrBicubicEffect::onComputeInvariantOutput(InvariantOutput* inout) const { |
// FIXME: Perhaps we can do better. |
- inout->fValidFlags = 0; |
- inout->fIsSingleComponent = false; |
- return; |
+ inout->mulByUnknownAlpha(); |
} |
GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrBicubicEffect); |