Index: cc/layers/layer_impl.cc |
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
index 65a7a507e6e22c824a9f9487f949742db3ce2619..7d4f1ac01cc612ee8822f90e80d696fc766c4d25 100644 |
--- a/cc/layers/layer_impl.cc |
+++ b/cc/layers/layer_impl.cc |
@@ -1157,8 +1157,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) { |