Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index a39627b644b16ab372a809ee227a3f567092576b..2aa21c739921cbf9afd8cf7198c8765c01121a74 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -219,6 +219,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()); |
layer_tree_host_impl_.reset(); |