| Index: src/gpu/effects/GrBicubicEffect.cpp
|
| diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp
|
| index 76edff0dc6c48701791a94e409109fe5253da635..8ada70eaa99f1dc936987d90a5a47b4474cdc14b 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.cpp
|
| +++ b/src/gpu/effects/GrBicubicEffect.cpp
|
| @@ -175,7 +175,7 @@
|
|
|
| void GrBicubicEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
|
| // FIXME: Perhaps we can do better.
|
| - inout->mulByUnknownSingleComponent();
|
| + inout->mulByUnknownAlpha();
|
| }
|
|
|
| GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrBicubicEffect);
|
|
|