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

Unified Diff: cc/test/fake_impl_proxy.h

Issue 400773002: cc: Parameterize the main thread task runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebView fix. Created 6 years, 5 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 | « cc/layers/ui_resource_layer_unittest.cc ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_impl_proxy.h
diff --git a/cc/test/fake_impl_proxy.h b/cc/test/fake_impl_proxy.h
index b401bb9e721b95824034e0475a5da97f5ca150e3..b9408c8ac47c184ede552f270ec26aafb41ce13d 100644
--- a/cc/test/fake_impl_proxy.h
+++ b/cc/test/fake_impl_proxy.h
@@ -16,7 +16,8 @@ class FakeImplProxy : public FakeProxy {
explicit FakeImplProxy(
scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner)
- : FakeProxy(impl_task_runner), set_impl_thread_(this) {}
+ : FakeProxy(base::MessageLoopProxy::current(), impl_task_runner),
+ set_impl_thread_(this) {}
private:
DebugScopedSetImplThread set_impl_thread_;
« no previous file with comments | « cc/layers/ui_resource_layer_unittest.cc ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698