Index: cc/layer_tree_impl.h |
diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h |
index 1297c8e5c3861345560ab2b0d98f467a17258a66..e44bae555c9a218262e7509b8cacc82cdae6f5fe 100644 |
--- a/cc/layer_tree_impl.h |
+++ b/cc/layer_tree_impl.h |
@@ -102,10 +102,7 @@ class CC_EXPORT LayerTreeImpl { |
LayerImpl* RootScrollLayer() const; |
LayerImpl* RootClipLayer() const; |
LayerImpl* CurrentlyScrollingLayer() const; |
- void set_currently_scrolling_layer(LayerImpl* layer) { |
- currently_scrolling_layer_ = layer; |
- } |
- |
+ void SetCurrentlyScrollingLayer(LayerImpl* layer); |
void ClearCurrentlyScrollingLayer(); |
void FindRootScrollLayer(); |