| Index: src/effects/SkColorCubeFilter.cpp
|
| diff --git a/src/effects/SkColorCubeFilter.cpp b/src/effects/SkColorCubeFilter.cpp
|
| index c94afae748503937c7013c261cd09424cc1b7b54..62d3c4998af5f20192c6a66abb5ab200d12c3c1e 100644
|
| --- a/src/effects/SkColorCubeFilter.cpp
|
| +++ b/src/effects/SkColorCubeFilter.cpp
|
| @@ -264,8 +264,7 @@ const GrBackendFragmentProcessorFactory& GrColorProfileEffect::getFactory() cons
|
| }
|
|
|
| void GrColorProfileEffect::onComputeInvariantOutput(InvariantOutput* inout) const {
|
| - inout->fValidFlags = 0;
|
| - inout->fIsSingleComponent = false;
|
| + inout->setToUnknown();
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|