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 9af1e4f7ec70eacf41f0c1a82218b41588a67568..4ab4b5a60d20999deaf7d4f9ed8d9680d71888b1 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -395,6 +395,8 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandler, |
LayerImpl* root_draw_layer, |
const LayerImplList& render_surface_layer_list); |
+ void UpdateTileManagerMemoryPolicy(const ManagedMemoryPolicy& policy); |
+ |
// Returns false if the frame should not be displayed. This function should |
// only be called from PrepareToDraw, as DidDrawAllLayers must be called |
// if this helper function is called. |