| Index: src/gpu/effects/GrConvolutionEffect.h
|
| ===================================================================
|
| --- src/gpu/effects/GrConvolutionEffect.h (revision 7988)
|
| +++ src/gpu/effects/GrConvolutionEffect.h (working copy)
|
| @@ -52,7 +52,7 @@
|
|
|
| virtual const GrBackendEffectFactory& getFactory() const SK_OVERRIDE;
|
|
|
| - virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const {
|
| + virtual void getConstantColorComponents(GrColor*, uint32_t* validFlags) const {
|
| // If the texture was opaque we could know that the output color if we knew the sum of the
|
| // kernel values.
|
| *validFlags = 0;
|
|
|