| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index feb40ff16fdf79e9857ea44860257913ffdc78e4..368dfe255c19a353f084ae8e85ce0552a2443397 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) {
|
|
|