| Index: cc/resources/picture_pile_impl.cc | 
| diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc | 
| index b6f4d77156f57c8d94ffdd377c948e97674cf37a..fb7521455c260fe25145a5eed8612ed8d059e847 100644 | 
| --- a/cc/resources/picture_pile_impl.cc | 
| +++ b/cc/resources/picture_pile_impl.cc | 
| @@ -9,6 +9,7 @@ | 
| #include "cc/base/region.h" | 
| #include "cc/debug/debug_colors.h" | 
| #include "cc/resources/picture_pile_impl.h" | 
| +#include "cc/resources/worker_pool.h" | 
| #include "skia/ext/analysis_canvas.h" | 
| #include "third_party/skia/include/core/SkCanvas.h" | 
| #include "third_party/skia/include/core/SkSize.h" | 
| @@ -50,7 +51,8 @@ PicturePileImpl::PicturePileImpl() | 
|  | 
| PicturePileImpl::PicturePileImpl(const PicturePileBase* other) | 
| : PicturePileBase(other), | 
| -      clones_for_drawing_(ClonesForDrawing(this, num_raster_threads())) { | 
| +      clones_for_drawing_(ClonesForDrawing( | 
| +                              this, WorkerPool::GetNumRasterThreads())) { | 
| } | 
|  | 
| PicturePileImpl::PicturePileImpl( | 
|  |