| Index: src/gpu/effects/GrMatrixConvolutionEffect.h
|
| diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.h b/src/gpu/effects/GrMatrixConvolutionEffect.h
|
| index 4d76f4c9ac71b03bbb2acd73841faab413171943..c653230303725f35435cc18317a123fa4598eb8b 100644
|
| --- a/src/gpu/effects/GrMatrixConvolutionEffect.h
|
| +++ b/src/gpu/effects/GrMatrixConvolutionEffect.h
|
| @@ -81,8 +81,7 @@ private:
|
|
|
| virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| // TODO: Try to do better?
|
| - inout->fValidFlags = 0;
|
| - inout->fIsSingleComponent = false;
|
| + inout->mulByUnknownColor();
|
| }
|
|
|
| SkIRect fBounds;
|
|
|