| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 4e18a0bcfd5542bc5a0cb6831d99781535e0c7e0..913fbbc9f211153f90323ad4d985395b72e0d510 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1053,7 +1053,8 @@ DrawResult ThreadProxy::DrawSwapInternal(bool forced_draw) {
|
| void ThreadProxy::ScheduledActionManageTiles() {
|
| TRACE_EVENT0("cc", "ThreadProxy::ScheduledActionManageTiles");
|
| DCHECK(impl().layer_tree_host_impl->settings().impl_side_painting);
|
| - impl().layer_tree_host_impl->ManageTiles();
|
| + if (!impl().layer_tree_host_impl->use_gpu_rasterization())
|
| + impl().layer_tree_host_impl->ManageTiles();
|
| }
|
|
|
| DrawResult ThreadProxy::ScheduledActionDrawAndSwapIfPossible() {
|
|
|