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

Unified Diff: content/renderer/gpu/compositor_thread.h

Issue 8558030: Prepare Chromium for WebCompositor::initialize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/gpu/compositor_thread.cc » ('j') | ui/gfx/compositor/compositor_cc.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/compositor_thread.h
diff --git a/content/renderer/gpu/compositor_thread.h b/content/renderer/gpu/compositor_thread.h
index dd31c9a334f26ef3e3541aec6823fa195c9a6e7f..6551aea99a083e6f63102172d55b2b6b71eaabe3 100644
--- a/content/renderer/gpu/compositor_thread.h
+++ b/content/renderer/gpu/compositor_thread.h
@@ -34,6 +34,8 @@ class CompositorThread {
// Callable from the main thread or the compositor's thread.
void AddCompositor(int routing_id, int compositor_id);
+ webkit_glue::WebThreadImpl* GetWebThread() const { return thread_.get(); }
sky 2011/11/18 23:27:30 nit: according to style guide this should be named
+
private:
// Callback only from the compositor's thread.
void RemoveCompositor(int routing_id);
« no previous file with comments | « no previous file | content/renderer/gpu/compositor_thread.cc » ('j') | ui/gfx/compositor/compositor_cc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698