| Index: cc/resources/picture_pile_impl.cc
|
| diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc
|
| index b9abcac0ff248a0a4ddafa8a1646e8aecd126eb1..978b87da1fd92ad5ce68a67d49b5ff0120804154 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());
|
|
|
|
|