Index: src/core/SkPicturePlayback.cpp |
diff --git a/src/core/SkPicturePlayback.cpp b/src/core/SkPicturePlayback.cpp |
index 13128aac74c0ba96871edb0e39b92530f537213b..04c90cee9277f98add60de4710d79de8babb7f96 100644 |
--- a/src/core/SkPicturePlayback.cpp |
+++ b/src/core/SkPicturePlayback.cpp |
@@ -152,11 +152,11 @@ static bool needs_deep_copy(const SkPaint& paint) { |
* |
* getTypeface(); |
* getAnnotation(); |
+ * getXfermode(); |
*/ |
return paint.getPathEffect() || |
paint.getShader() || |
- paint.getXfermode() || |
paint.getMaskFilter() || |
paint.getColorFilter() || |
paint.getRasterizer() || |