| Index: src/core/SkXfermode.cpp
|
| diff --git a/src/core/SkXfermode.cpp b/src/core/SkXfermode.cpp
|
| index 8a8c622082292ae395fce1d827735055fdec71ed..f2adc0244a0c504a32ea2fc39d89fabbae38316a 100644
|
| --- a/src/core/SkXfermode.cpp
|
| +++ b/src/core/SkXfermode.cpp
|
| @@ -1208,8 +1208,7 @@ private:
|
| }
|
| virtual bool onIsEqual(const GrFragmentProcessor& other) const SK_OVERRIDE {
|
| const XferEffect& s = other.cast<XferEffect>();
|
| - return fMode == s.fMode &&
|
| - fBackgroundAccess.getTexture() == s.fBackgroundAccess.getTexture();
|
| + return fMode == s.fMode;
|
| }
|
|
|
| virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
|
|