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

Unified Diff: cc/test/fake_impl_proxy.h

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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/test/data/mask_of_layer_with_blend.png ('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 b9408c8ac47c184ede552f270ec26aafb41ce13d..69eb5d217d6d9773affc1789f3c1a6c5d3c8d6f7 100644
--- a/cc/test/fake_impl_proxy.h
+++ b/cc/test/fake_impl_proxy.h
@@ -12,7 +12,9 @@ namespace cc {
class FakeImplProxy : public FakeProxy {
public:
- FakeImplProxy() : set_impl_thread_(this) {}
+ FakeImplProxy()
+ : FakeProxy(base::MessageLoopProxy::current(), nullptr),
+ set_impl_thread_(this) {}
explicit FakeImplProxy(
scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner)
« no previous file with comments | « cc/test/data/mask_of_layer_with_blend.png ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698