| Index: cc/resources/picture_pile_impl.cc
|
| diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc
|
| index 7db0ecfccfe79224a740f58148ce791300ca35c7..30946d6b6ad9977538209c7a0e4ce7019679a8a9 100644
|
| --- a/cc/resources/picture_pile_impl.cc
|
| +++ b/cc/resources/picture_pile_impl.cc
|
| @@ -82,11 +82,6 @@ void PicturePileImpl::Raster(
|
|
|
| DCHECK(contents_scale >= min_contents_scale_);
|
|
|
| -#ifndef NDEBUG
|
| - // Any non-painted areas will be left in this color.
|
| - canvas->clear(DebugColors::NonPaintedFillColor());
|
| -#endif // NDEBUG
|
| -
|
| canvas->save();
|
| canvas->translate(-canvas_rect.x(), -canvas_rect.y());
|
|
|
|
|