Index: cc/layers/picture_layer_impl.h |
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h |
index 80d09dde721ad2e533c11d819f4241e986c6327c..9d552197ad904b93f90d8baeb4d7b85142b607f9 100644 |
--- a/cc/layers/picture_layer_impl.h |
+++ b/cc/layers/picture_layer_impl.h |
@@ -39,6 +39,8 @@ class CC_EXPORT PictureLayerImpl |
LayerRasterTileIterator& operator++(); |
operator bool() const; |
+ bool HasTilesRequiredForActivation() const; |
reveman
2014/05/20 23:01:00
Everything related to HasTilesRequiredForActivatio
vmpstr
2014/05/27 22:41:32
That's correct. I'm keeping it here just for testi
reveman
2014/05/28 16:04:12
See my comment on latest patch.
|
+ |
private: |
enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS }; |