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. |