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

Unified Diff: cc/test/layer_tree_test.h

Issue 2340143002: cc: Rename LayerTreeHost to LayerTreeHostInProcess. (Closed)
Patch Set: tests + comment updates Created 4 years, 3 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
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 7e85a199de8ed558ab3f66d3af098832e8a94037..a5d4df1a556dc1ca5f50f19f306357f967ae3b34 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -12,8 +12,9 @@
#include "cc/test/test_gpu_memory_buffer_manager.h"
#include "cc/test/test_hooks.h"
#include "cc/test/test_task_graph_runner.h"
-#include "cc/trees/layer_tree_host.h"
+#include "cc/trees/compositor_mode.h"
#include "cc/trees/layer_tree_host_impl.h"
+#include "cc/trees/layer_tree_host_in_process.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace cc {
@@ -26,6 +27,7 @@ class LayerTreeHostForTesting;
class LayerTreeHostClient;
class LayerTreeHostImpl;
class LayerTreeTestDelegatingOutputSurfaceClient;
+class Proxy;
class ProxyImpl;
class ProxyMain;
class RemoteChannelImplForTest;
@@ -143,7 +145,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
}
bool TestEnded() const { return ended_; }
- LayerTreeHost* layer_tree_host();
+ LayerTreeHostInProcess* layer_tree_host();
LayerTree* layer_tree() { return layer_tree_host()->GetLayerTree(); }
LayerTreeHost* remote_client_layer_tree_host();
SharedBitmapManager* shared_bitmap_manager() const {
@@ -182,7 +184,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
CompositorMode mode_;
std::unique_ptr<LayerTreeHostClientForTesting> client_;
- std::unique_ptr<LayerTreeHost> layer_tree_host_;
+ std::unique_ptr<LayerTreeHostInProcess> layer_tree_host_;
// The LayerTreeHost created by the cc embedder on the client in remote mode.
std::unique_ptr<LayerTreeHostForTesting> remote_client_layer_tree_host_;

Powered by Google App Engine
This is Rietveld 408576698