Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2713)

Unified Diff: content/renderer/render_thread_impl.cc

Issue 13650004: Destroy InputHandlerManager after compositor thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test that is flaky without fix Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/render_thread_impl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index c35a2c5cd50c15e2aca9e25b060d48699afb2d0f..0c4212bbd1936bf22ea97015954cffb092ec24ee 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -438,6 +438,7 @@ RenderThreadImpl::~RenderThreadImpl() {
compositor_output_surface_filter_ = NULL;
}
+ compositor_thread_.reset();
if (input_handler_manager_.get()) {
RemoveFilter(input_handler_manager_->GetMessageFilter());
input_handler_manager_.reset();
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/render_thread_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698