| Index: cc/resources/picture_pile_impl.cc
|
| diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc
|
| old mode 100644
|
| new mode 100755
|
| index b6f4d77156f57c8d94ffdd377c948e97674cf37a..b4308e25c3e23166afbcc6a38aa84507f2d7c21f
|
| --- a/cc/resources/picture_pile_impl.cc
|
| +++ b/cc/resources/picture_pile_impl.cc
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/debug/trace_event.h"
|
| #include "cc/base/region.h"
|
| +#include "cc/base/switches.h"
|
| #include "cc/debug/debug_colors.h"
|
| #include "cc/resources/picture_pile_impl.h"
|
| #include "skia/ext/analysis_canvas.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, switches::GetNumRasterThreads())) {
|
| }
|
|
|
| PicturePileImpl::PicturePileImpl(
|
|
|