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

Unified Diff: cc/resources/managed_tile_state.h

Issue 140513006: cc: Simplify picture layer tiling update tile priorities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed dead code Created 6 years, 10 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
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/resources/managed_tile_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/managed_tile_state.h
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
index 5379056af2cb9816448e21ada5036277114aee29..2843169977d68801e373ae140f543a12cdaf4d90 100644
--- a/cc/resources/managed_tile_state.h
+++ b/cc/resources/managed_tile_state.h
@@ -111,8 +111,8 @@ class CC_EXPORT ManagedTileState {
TileResolution resolution;
bool required_for_activation;
- float time_to_needed_in_seconds;
- float distance_to_visible_in_pixels;
+ TilePriority::PriorityBin priority_bin;
+ float distance_to_visible;
bool visible_and_ready_to_draw;
// Priority for this state from the last time we assigned memory.
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/resources/managed_tile_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698