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

Unified Diff: cc/resources/tile_manager.h

Issue 651503004: cc: Bump up pending tree now tiles order for smoothness mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format fix Created 6 years, 2 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/tile_manager.h
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index 94f10336a110b09cdd9ba8e1435144bc36d10e2f..b82a95e96bf682ff97b200b917f083130f50837f 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -227,7 +227,7 @@ class CC_EXPORT TileManager : public RasterizerClient,
const MemoryUsage& limit,
const TilePriority& oother_priority,
MemoryUsage* usage);
- bool TilePriorityViolatesMemoryPolicy(const TilePriority& priority);
+ bool TileViolatesMemoryPolicy(const Tile* tile);
bool IsReadyToActivate() const;
void CheckIfReadyToActivate();

Powered by Google App Engine
This is Rietveld 408576698