Chromium Code Reviews| 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; |
|
reveman
2014/04/28 19:39:18
This will go away after rebase, right?
vmpstr
2014/04/28 20:56:42
Correct.
|
| + |
| private: |
| enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS }; |