| Index: src/core/SkPaintPriv.cpp
|
| diff --git a/src/core/SkPaintPriv.cpp b/src/core/SkPaintPriv.cpp
|
| index 8021f7df83f030b58601a7d8de48dd25d0cd8350..5d2af38830e87b7c66c9ef8b248a92ff6093dd4a 100644
|
| --- a/src/core/SkPaintPriv.cpp
|
| +++ b/src/core/SkPaintPriv.cpp
|
| @@ -90,9 +90,6 @@ bool NeedsDeepCopy(const SkPaint& paint) {
|
| */
|
|
|
| return paint.getShader() ||
|
| -#ifdef SK_SUPPORT_LEGACY_LAYERRASTERIZER_API
|
| - paint.getRasterizer() ||
|
| -#endif
|
| paint.getLooper() || // needs to hide its addLayer...
|
| paint.getImageFilter();
|
| }
|
|
|