| Index: src/effects/SkPixelXorXfermode.cpp
|
| diff --git a/src/effects/SkPixelXorXfermode.cpp b/src/effects/SkPixelXorXfermode.cpp
|
| index 94fb8df09f70deecb2dec2832dbad10f62500b0b..2eb42942cdd9a0db6262dba863ae83a252615eb4 100644
|
| --- a/src/effects/SkPixelXorXfermode.cpp
|
| +++ b/src/effects/SkPixelXorXfermode.cpp
|
| @@ -345,8 +345,8 @@ private:
|
| }
|
|
|
| bool onWillReadDstColor(const GrCaps& caps,
|
| - const GrPipelineOptimizations& optimizations,
|
| - bool hasMixedSamples) const override {
|
| + const GrPipelineOptimizations& optimizations,
|
| + bool hasMixedSamples) const override {
|
| return true;
|
| }
|
|
|
|
|