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

Unified Diff: cc/test/fake_proxy.h

Issue 1419283002: cc: Split Proxy and TaskRunnerProvider for the LayerTreeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include in perf test. Created 5 years, 1 month 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: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index d2b9b384fa70bbc4a762e49653a210013a37efcc..675e7bbb06124df504b0f161ed4b144181c0be20 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -13,12 +13,6 @@ namespace cc {
class FakeProxy : public Proxy {
vmpstr 2015/11/10 21:59:34 Is fake proxy still being used? We need to either
Khushal 2015/11/10 23:34:03 Yes. The LayerTreeTests still need it, added the d
public:
- FakeProxy() : Proxy(NULL, NULL), layer_tree_host_(NULL) {}
- explicit FakeProxy(
- scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
- scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner)
- : Proxy(main_task_runner, impl_task_runner), layer_tree_host_(NULL) {}
-
void SetLayerTreeHost(LayerTreeHost* host);
void FinishAllRendering() override {}

Powered by Google App Engine
This is Rietveld 408576698