Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index a6448c126fa09b7011ab14d7b7a2cbe0755740e6..4b0243bfa4c031b60c0c0facf08aa2e3e9bd9211 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -325,7 +325,7 @@ class CC_EXPORT LayerTreeHostImpl |
void QueueSwapPromiseForMainThreadScrollUpdate( |
scoped_ptr<SwapPromise> swap_promise); |
- bool IsCurrentlyScrolling() const; |
+ bool IsActivelyScrolling() const; |
virtual void SetVisible(bool visible); |
bool visible() const { return visible_; } |