Index: src/gpu/effects/GrYUVtoRGBEffect.cpp |
diff --git a/src/gpu/effects/GrYUVtoRGBEffect.cpp b/src/gpu/effects/GrYUVtoRGBEffect.cpp |
index e3d25a2f1d456119ec6049fd5c4242e5080f7d74..f280d1bdd4324a46c330a37088071fbb25677ae6 100644 |
--- a/src/gpu/effects/GrYUVtoRGBEffect.cpp |
+++ b/src/gpu/effects/GrYUVtoRGBEffect.cpp |
@@ -102,7 +102,7 @@ private: |
this->setWillNotUseInputColor(); |
} |
- virtual bool onIsEqual(const GrProcessor& sBase) const { |
+ virtual bool onIsEqual(const GrFragmentProcessor& sBase) const { |
const YUVtoRGBEffect& s = sBase.cast<YUVtoRGBEffect>(); |
return fYAccess.getTexture() == s.fYAccess.getTexture() && |
fUAccess.getTexture() == s.fUAccess.getTexture() && |