Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1982)

Unified Diff: cc/layers/picture_layer_impl.h

Issue 246673005: cc: Start using raster/eviction iterators in tile manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 };

Powered by Google App Engine
This is Rietveld 408576698