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

Unified Diff: content/renderer/render_thread_impl.h

Issue 8769018: Call WebCompositor::shutdown only when we have called WebCompositor::initialize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 1 month 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 | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 626225002d3ee60c6ceb8143a5ce88c52ec2e215..683bc6b9b312ca31f2581ee8caab2b439bb5b602 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -242,6 +242,7 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread,
// Map of registered v8 extensions. The key is the extension name.
std::set<std::string> v8_extensions_;
+ bool compositor_initialized_;
scoped_ptr<CompositorThread> compositor_thread_;
ObserverList<content::RenderProcessObserver> observers_;
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698