| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index ce31c67b2a666e3a1261bfc89418ce0e65e4e2cf..aafaf2ac3977959080f33097fb51a995a35e1811 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -102,7 +102,7 @@ class CC_EXPORT LayerTreeImpl {
|
| }
|
|
|
| LayerImpl* RootScrollLayer() const;
|
| - LayerImpl* RootClipLayer() const;
|
| + LayerImpl* RootContainerLayer() const;
|
| LayerImpl* CurrentlyScrollingLayer() const;
|
| void SetCurrentlyScrollingLayer(LayerImpl* layer);
|
| void ClearCurrentlyScrollingLayer();
|
|
|