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 bce1a81165ac31192daabc343ffdbf87a476d072..518760f42bfe0dce49c49ab4ac39a94e6bcc1734 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -110,10 +110,6 @@ class LayerTreeHostImplClient { |
virtual void SetVideoNeedsBeginFrames(bool needs_begin_frames) = 0; |
virtual void PostAnimationEventsToMainThreadOnImplThread( |
scoped_ptr<AnimationEventsVector> events) = 0; |
- // Returns true if resources were deleted by this call. |
- virtual bool ReduceContentsTextureMemoryOnImplThread( |
- size_t limit_bytes, |
- int priority_cutoff) = 0; |
virtual bool IsInsideDraw() = 0; |
virtual void RenewTreePriority() = 0; |
virtual void PostDelayedAnimationTaskOnImplThread(const base::Closure& task, |
@@ -631,7 +627,6 @@ class CC_EXPORT LayerTreeHostImpl |
LayerImpl* layer_impl); |
void StartScrollbarFadeRecursive(LayerImpl* layer); |
void SetManagedMemoryPolicy(const ManagedMemoryPolicy& policy); |
- void EnforceManagedMemoryPolicy(const ManagedMemoryPolicy& policy); |
void MarkUIResourceNotEvicted(UIResourceId uid); |