Index: cc/layers/layer_impl.cc |
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
index e6d9700043053afc091ed205e80e11e5d5eb047d..d0689d4186e338deb6f96a9d2355d3491de7f14a 100644 |
--- a/cc/layers/layer_impl.cc |
+++ b/cc/layers/layer_impl.cc |
@@ -1150,8 +1150,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) { |