Chromium Code Reviews| Index: src/effects/SkLumaColorFilter.cpp |
| diff --git a/src/effects/SkLumaColorFilter.cpp b/src/effects/SkLumaColorFilter.cpp |
| index 5868f4c7c83b64f3e844fe1d97d877f218ac0dac..411757f7bf4c78796132a49b8fe75da86c6d44b1 100644 |
| --- a/src/effects/SkLumaColorFilter.cpp |
| +++ b/src/effects/SkLumaColorFilter.cpp |
| @@ -109,7 +109,7 @@ public: |
| }; |
| private: |
| - virtual bool onIsEqual(const GrProcessor&) const SK_OVERRIDE { |
| + virtual bool onIsEqual(const GrFragmentProcessor&) const SK_OVERRIDE { |
| return true; |
| } |