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

Unified Diff: content/renderer/render_thread.h

Issue 8081014: Initialize and set compositor thread in WebKit initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: initialize WebThreadImpl directly Created 9 years, 3 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 | « no previous file | content/renderer/render_thread.cc » ('j') | content/renderer/render_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread.h
diff --git a/content/renderer/render_thread.h b/content/renderer/render_thread.h
index 3aacab51b88f5108651fbc3172fcd0be4ae73e69..95af0b0695906cbe690e1b845e127794c8eeda86 100644
--- a/content/renderer/render_thread.h
+++ b/content/renderer/render_thread.h
@@ -56,6 +56,7 @@ struct ChannelHandle;
namespace WebKit {
class WebStorageEventDispatcher;
+class WebThread;
}
namespace v8 {
@@ -276,6 +277,8 @@ class CONTENT_EXPORT RenderThread : public RenderThreadBase,
// Map of registered v8 extensions. The key is the extension name.
std::set<std::string> v8_extensions_;
+ scoped_ptr<WebKit::WebThread> compositor_thread_;
darin (slow to review) 2011/09/30 06:05:15 This may be better as a WebThreadImpl since we'll
+
ObserverList<RenderProcessObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(RenderThread);
« no previous file with comments | « no previous file | content/renderer/render_thread.cc » ('j') | content/renderer/render_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698