| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index cd7c68b32a42bec85d1f868f4d0c1c153e577cf3..90920181e8b3b581a420a32ccff8d88db2ca6475 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -38,6 +38,8 @@ class CC_EXPORT PictureLayerImpl
|
| LayerRasterTileIterator& operator++();
|
| operator bool() const;
|
|
|
| + bool HasTilesRequiredForActivation() const;
|
| +
|
| private:
|
| enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS };
|
|
|
|
|