| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index a920f5a28ac25e3425de7d50ff0f7ca0df5fffe1..e038f05707938c90c3fa7ec244fbe5e51c079402 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -243,6 +243,7 @@ void SingleThreadProxy::Stop() {
|
| {
|
| DebugScopedSetMainThreadBlocked main_thread_blocked(this);
|
| DebugScopedSetImplThread impl(this);
|
| + BlockingTaskRunner::CapturePostTasks blocked;
|
|
|
| layer_tree_host_->DeleteContentsTexturesOnImplThread(
|
| layer_tree_host_impl_->resource_provider());
|
|
|