| 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 8ae65d5070318d2bcbac380472c7d4aec55c3ea1..b98f8dab585d617a3144e39a10399b9e7dc5e965 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -277,7 +277,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() {
|
| @@ -457,7 +458,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);
|
|
|