| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index c47e50cfa46c6e9a75a69743dc19619456566201..d66cfe0cff38d3f939370b0e83e6ed5effcf73fc 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -1131,8 +1131,8 @@ void LayerImpl::SetContentsScale(float contents_scale_x,
|
| NoteLayerPropertyChanged();
|
| }
|
|
|
| -bool LayerImpl::IsExternalFlingActive() const {
|
| - return layer_tree_impl_->IsExternalFlingActive();
|
| +bool LayerImpl::IsExternalScrollActive() const {
|
| + return layer_tree_impl_->IsExternalScrollActive();
|
| }
|
|
|
| void LayerImpl::SetCurrentScrollOffset(const gfx::ScrollOffset& scroll_offset) {
|
|
|