| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index f69296deb1bb8fdc9540b48093639cc3ccc68720..f3179ab6082558a4ffaaf8611e4b03e3be86d17f 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -412,10 +412,12 @@ bool ProxyImpl::IsInsideDraw() {
|
|
|
| void ProxyImpl::RenewTreePriority() {
|
| DCHECK(IsImplThread());
|
| - bool smoothness_takes_priority =
|
| + bool smoothness_takes_priority = false;
|
| +#if 0
|
| layer_tree_host_impl_->pinch_gesture_active() ||
|
| layer_tree_host_impl_->page_scale_animation_active() ||
|
| layer_tree_host_impl_->IsActivelyScrolling();
|
| +#endif
|
|
|
| // Schedule expiration if smoothness currently takes priority.
|
| if (smoothness_takes_priority)
|
|
|