| Index: src/gpu/effects/GrConfigConversionEffect.h
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.h b/src/gpu/effects/GrConfigConversionEffect.h
|
| index e1fd7d397c7d373bf8c5e40f3e4e5baab142e6f5..35b3b57d4642ab82661bb51733367134c9183c1f 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.h
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.h
|
| @@ -12,6 +12,7 @@
|
|
|
| class GrFragmentStage;
|
| class GrGLConfigConversionEffect;
|
| +class GrInvariantOutput;
|
|
|
| /**
|
| * This class is used to perform config conversions. Clients may want to read/write data that is
|
| @@ -63,7 +64,7 @@ private:
|
|
|
| virtual bool onIsEqual(const GrFragmentProcessor&) const SK_OVERRIDE;
|
|
|
| - virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE;
|
| + virtual void onComputeInvariantOutput(GrInvariantOutput* inout) const SK_OVERRIDE;
|
|
|
| bool fSwapRedAndBlue;
|
| PMConversion fPMConversion;
|
|
|