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 c6a17389e194f87d9bb3e64a621a4e405c87ad61..c536db1dd9bd44c0f5074b9e9ea9289b420eb96a 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -276,7 +276,8 @@ class CC_EXPORT LayerTreeHostImpl |
// Shortcuts to layers on the active tree. |
LayerImpl* RootLayer() const; |
- LayerImpl* RootScrollLayer() const; |
+ LayerImpl* InnerViewportScrollLayer() const; |
+ LayerImpl* OuterViewportScrollLayer() const; |
LayerImpl* CurrentlyScrollingLayer() const; |
int scroll_layer_id_when_mouse_over_scrollbar() { |
@@ -473,7 +474,6 @@ class CC_EXPORT LayerTreeHostImpl |
gfx::PointF viewport_point, |
gfx::Vector2dF viewport_delta); |
- void UpdateMaxScrollOffset(); |
void TrackDamageForAllSurfaces( |
LayerImpl* root_draw_layer, |
const LayerImplList& render_surface_layer_list); |