| Index: cc/resources/tile.h
|
| diff --git a/cc/resources/tile.h b/cc/resources/tile.h
|
| index 5db4ce0098397976e7f489f0925a1c02e430a239..5d49275716948464ffc746b9aaf5510bfd24c081 100644
|
| --- a/cc/resources/tile.h
|
| +++ b/cc/resources/tile.h
|
| @@ -134,6 +134,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
|
|
|
| void set_picture_pile(scoped_refptr<PicturePileImpl> pile) {
|
| DCHECK(pile->CanRaster(contents_scale_, content_rect_))
|
| + << "Recording rect: "
|
| << gfx::ScaleToEnclosingRect(content_rect_, 1.f / contents_scale_)
|
| .ToString();
|
| picture_pile_ = pile;
|
|
|