| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index 92c28797a6ed59998517faa6f904a7d5f1a1757a..9c97c4125588940b9a7d76e78f4fe7de32703abd 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -59,6 +59,8 @@ class CC_EXPORT PictureLayerTiling {
|
|
|
| TilingRasterTileIterator& operator++();
|
|
|
| + bool HasTilesRequiredForActivation() const;
|
| +
|
| gfx::Rect TileBounds() const {
|
| DCHECK(*this);
|
| if (type_ == TilePriority::NOW) {
|
|
|