Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index db9c325849414b50e6d73a16869e79c4f0f79def..3d8a9a29e0daa4af6bc4bce46c6139c69c5404ce 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -89,7 +89,6 @@ class LayerTreeHostImplClient { |
virtual bool ReduceContentsTextureMemoryOnImplThread( |
size_t limit_bytes, |
int priority_cutoff) = 0; |
- virtual void SendManagedMemoryStats() = 0; |
virtual bool IsInsideDraw() = 0; |
virtual void RenewTreePriority() = 0; |
virtual void PostDelayedScrollbarFadeOnImplThread( |
@@ -353,11 +352,6 @@ class CC_EXPORT LayerTreeHostImpl |
return !animation_registrar_->active_animation_controllers().empty(); |
} |
- void SendManagedMemoryStats( |
- size_t memory_visible_bytes, |
- size_t memory_visible_and_nearby_bytes, |
- size_t memory_use_bytes); |
- |
void set_max_memory_needed_bytes(size_t bytes) { |
max_memory_needed_bytes_ = bytes; |
} |
@@ -632,9 +626,6 @@ class CC_EXPORT LayerTreeHostImpl |
// manager, if there were no limit on memory usage. |
size_t max_memory_needed_bytes_; |
- size_t last_sent_memory_visible_bytes_; |
- size_t last_sent_memory_visible_and_nearby_bytes_; |
- size_t last_sent_memory_use_bytes_; |
bool zero_budget_; |
// Viewport size passed in from the main thread, in physical pixels. This |