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

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: review Created 6 years, 8 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 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 };
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/layers/picture_layer_impl.cc » ('j') | cc/resources/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698