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

Unified Diff: base/test/test_message_loop.h

Issue 2029323004: Get rid of virtual Display::CreateScheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onscreendisplayclient
Patch Set: displaytest: unusedvar Created 4 years, 6 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 | « android_webview/browser/hardware_renderer.cc ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_message_loop.h
diff --git a/base/test/test_message_loop.h b/base/test/test_message_loop.h
index fbb06694d4750408cabb31a2a6410c57bb103078..9c0aed8b8b068cbbf412c9cc5c66d43d33b8db8a 100644
--- a/base/test/test_message_loop.h
+++ b/base/test/test_message_loop.h
@@ -21,6 +21,10 @@ class TestMessageLoop {
explicit TestMessageLoop(MessageLoop::Type type);
~TestMessageLoop();
+ const scoped_refptr<SingleThreadTaskRunner>& task_runner() {
+ return loop_.task_runner();
+ }
+
private:
MessageLoop loop_;
};
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698