| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index 538117cffa123f4b55049e94d741829e7d5a844d..a5cf401cc9ade8299a70d9b227f9792e5a61a718 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) {
|
| @@ -74,7 +76,7 @@ class CC_EXPORT PictureLayerTiling {
|
| bool TileNeedsRaster(Tile* tile) const {
|
| RasterMode mode = tile->DetermineRasterModeForTree(tree_);
|
| return tile->NeedsRasterForMode(mode);
|
| - };
|
| + }
|
|
|
| PictureLayerTiling* tiling_;
|
|
|
|
|