Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index f1ef36107ac880dbae22a145bacd229ed9b36050..429b587a8adea723037dbd54dde59c72a48815f6 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1305,7 +1305,7 @@ void ThreadProxy::RenewTreePriority() { |
bool smoothness_takes_priority = |
impl().layer_tree_host_impl->pinch_gesture_active() || |
impl().layer_tree_host_impl->page_scale_animation_active() || |
- impl().layer_tree_host_impl->IsCurrentlyScrolling(); |
+ impl().layer_tree_host_impl->IsActivelyScrolling(); |
// Schedule expiration if smoothness currently takes priority. |
if (smoothness_takes_priority) |