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

Unified Diff: webkit/glue/webthread_impl.h

Issue 12356002: [NOT FOR COMMIT] Hacks to merge render compositor thread with UI thread (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: webkit/glue/webthread_impl.h
diff --git a/webkit/glue/webthread_impl.h b/webkit/glue/webthread_impl.h
index f84b9940f6ef371294e6d8eddf2762aa964cd233..a9ab0d1138cfee7c240e2d92d3d92c7cc7e34e74 100644
--- a/webkit/glue/webthread_impl.h
+++ b/webkit/glue/webthread_impl.h
@@ -62,6 +62,8 @@ class WebThreadImplForMessageLoop : public WebThreadBase {
virtual void enterRunLoop();
virtual void exitRunLoop();
+ scoped_refptr<base::MessageLoopProxy> message_loop_proxy() const { return message_loop_; }
+
private:
virtual bool IsCurrentThread() const OVERRIDE;
scoped_refptr<base::MessageLoopProxy> message_loop_;

Powered by Google App Engine
This is Rietveld 408576698