| Index: src/core/SkMultiPictureDraw.cpp
|
| diff --git a/src/core/SkMultiPictureDraw.cpp b/src/core/SkMultiPictureDraw.cpp
|
| index 7d6639b4df4eec54fe1e633e56c71541e1f36101..5fe3c0ea5210aa0a5969e7afb97143991bd7a37d 100644
|
| --- a/src/core/SkMultiPictureDraw.cpp
|
| +++ b/src/core/SkMultiPictureDraw.cpp
|
| @@ -146,9 +146,6 @@
|
| if (NULL != context) {
|
| GrLayerHoister::UnlockLayers(context, atlasedNeedRendering);
|
| GrLayerHoister::UnlockLayers(context, atlasedRecycled);
|
| -#if !GR_CACHE_HOISTED_LAYERS
|
| - GrLayerHoister::PurgeCache(context);
|
| -#endif
|
| }
|
| #endif
|
|
|
|
|