Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index f9c3c4d43b21efc1093003e3a508e1eef09d88b3..172e16f9ad3c88e85cd67a9cdb03954a91966f17 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -1457,6 +1457,10 @@ void LayerTreeImpl::InputScrollAnimationFinished() { |
layer_tree_host_impl_->ScrollEnd(); |
} |
+bool LayerTreeImpl::SmoothnessTakesPriority() const { |
+ return layer_tree_host_impl_->GetTreePriority() == SMOOTHNESS_TAKES_PRIORITY; |
+} |
+ |
BlockingTaskRunner* LayerTreeImpl::BlockingMainThreadTaskRunner() const { |
return proxy()->blocking_main_thread_task_runner(); |
} |