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..a59f81fdb9985b460010d296bf42079abcfa4242 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -218,6 +218,7 @@ void SingleThreadProxy::Stop() { |
{ |
DebugScopedSetMainThreadBlocked main_thread_blocked(this); |
DebugScopedSetImplThread impl(this); |
+ BlockingTaskRunner::CapturePostTasks blocked; |
danakj
2014/05/16 15:10:35
nit: move this down beside the DeleteContetsTextur
boliu
2014/05/16 15:41:46
Done.
|
layer_tree_host_->DeleteContentsTexturesOnImplThread( |
layer_tree_host_impl_->resource_provider()); |