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

Unified Diff: cc/resources/picture_layer_tiling.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/resources/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
index 92c28797a6ed59998517faa6f904a7d5f1a1757a..9c97c4125588940b9a7d76e78f4fe7de32703abd 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/resources/picture_layer_tiling.h
@@ -59,6 +59,8 @@ class CC_EXPORT PictureLayerTiling {
TilingRasterTileIterator& operator++();
+ bool HasTilesRequiredForActivation() const;
+
gfx::Rect TileBounds() const {
DCHECK(*this);
if (type_ == TilePriority::NOW) {

Powered by Google App Engine
This is Rietveld 408576698