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

Unified Diff: cc/test/layer_tree_test.h

Issue 2340143002: cc: Rename LayerTreeHost to LayerTreeHostInProcess. (Closed)
Patch Set: comment fix 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
« no previous file with comments | « cc/test/layer_tree_pixel_resource_test.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index be7f2d49e526999903fe6712e260b6e2da21582a..efa0126530b771504b754d1769f36f8ab634e3b1 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 {
@@ -25,6 +26,7 @@ class LayerTreeHostForTesting;
class LayerTreeHostClient;
class LayerTreeHostImpl;
class LayerTreeTestCompositorFrameSinkClient;
+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 {
@@ -181,7 +183,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_;
« no previous file with comments | « cc/test/layer_tree_pixel_resource_test.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698