| 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 1fc0989bbb103dc07ab9e6146c4d0891443b2963..450b2721bc9c1f4b6662e3706f624bedf3968797 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_; }
|
|
|