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); |