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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 1411663002: cc: Split Proxy to eliminate unnecessary dependencies on the impl side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update perf tests. Created 5 years, 2 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/fake_impl_task_runner_provider.h ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index a50219c425f972d66821dcc71735a9f7028f302e..5927dec6bb604d8c440d35c1b9524d98c81e8fa3 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -6,7 +6,7 @@
#define CC_TEST_FAKE_LAYER_TREE_HOST_H_
#include "cc/debug/micro_benchmark_controller.h"
-#include "cc/test/fake_impl_proxy.h"
+#include "cc/test/fake_impl_task_runner_provider.h"
#include "cc/test/fake_layer_tree_host_client.h"
#include "cc/test/fake_layer_tree_host_impl.h"
#include "cc/test/test_shared_bitmap_manager.h"
@@ -59,7 +59,7 @@ class FakeLayerTreeHost : public LayerTreeHost {
LayerTreeHost::InitParams* params);
private:
- FakeImplProxy proxy_;
+ FakeImplTaskRunnerProvider task_runner_provider_;
FakeLayerTreeHostClient* client_;
TestSharedBitmapManager manager_;
FakeLayerTreeHostImpl host_impl_;
« no previous file with comments | « cc/test/fake_impl_task_runner_provider.h ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698