| Index: src/gpu/effects/GrConfigConversionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| index edbd0b283161dd4d476d10d1ea38676ea977c461..6f02f3073fdc71f6f9d53a77f04e2c89e0d826ca 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.cpp
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "GrConfigConversionEffect.h"
|
| #include "GrContext.h"
|
| +#include "GrInvariantOutput.h"
|
| #include "GrTBackendProcessorFactory.h"
|
| #include "GrSimpleTextureEffect.h"
|
| #include "gl/GrGLProcessor.h"
|
| @@ -125,7 +126,7 @@ bool GrConfigConversionEffect::onIsEqual(const GrFragmentProcessor& s) const {
|
| other.fPMConversion == fPMConversion;
|
| }
|
|
|
| -void GrConfigConversionEffect::onComputeInvariantOutput(InvariantOutput* inout) const {
|
| +void GrConfigConversionEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
|
| this->updateInvariantOutputForModulation(inout);
|
| }
|
|
|
|
|