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

Unified Diff: content/renderer/render_thread_impl.h

Issue 12386078: Remove CompositorThread dependency on WebThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 9813cfb1a7f0fc48f94f6e29ba2124fe37715132..49235e01f535adf9572dc74d57e612cb30e6ebbf 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -392,7 +392,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
// A lazily initiated thread on which file operations are run.
scoped_ptr<base::Thread> file_thread_;
- bool compositor_initialized_;
scoped_ptr<CompositorThread> compositor_thread_;
scoped_refptr<IPC::ForwardingMessageFilter> compositor_output_surface_filter_;

Powered by Google App Engine
This is Rietveld 408576698