| Index: src/effects/SkPerlinNoiseShader.cpp
|
| diff --git a/src/effects/SkPerlinNoiseShader.cpp b/src/effects/SkPerlinNoiseShader.cpp
|
| index 9254ff59c89b8a01314cb3e2144aba8ffabba65c..4f34bc32fada267f9988001174dc8666453e30e8 100644
|
| --- a/src/effects/SkPerlinNoiseShader.cpp
|
| +++ b/src/effects/SkPerlinNoiseShader.cpp
|
| @@ -587,7 +587,7 @@ private:
|
| }
|
|
|
| void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| - inout->setToUnknown();
|
| + inout->setToUnknown(InvariantOutput::kWillNot_ReadInput);
|
| }
|
|
|
| GrPerlinNoiseEffect(SkPerlinNoiseShader::Type type,
|
| @@ -606,7 +606,6 @@ private:
|
| this->addTextureAccess(&fNoiseAccess);
|
| fCoordTransform.reset(kLocal_GrCoordSet, matrix);
|
| this->addCoordTransform(&fCoordTransform);
|
| - this->setWillNotUseInputColor();
|
| }
|
|
|
| GR_DECLARE_FRAGMENT_PROCESSOR_TEST;
|
|
|