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

Unified Diff: cc/test/layer_tree_test.h

Issue 2398933002: cc/blimp: Remove remenants of the old setup from LayerTreeTests (Closed)
Patch Set: Created 4 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 | « no previous file | 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 efa0126530b771504b754d1769f36f8ab634e3b1..e55e2ee2cd8b076925c2d673106709f5d4dbb8ae 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -29,7 +29,6 @@ class LayerTreeTestCompositorFrameSinkClient;
class Proxy;
class ProxyImpl;
class ProxyMain;
-class RemoteChannelImplForTest;
class TestContextProvider;
class TestCompositorFrameSink;
class TestGpuMemoryBufferManager;
@@ -138,7 +137,6 @@ class LayerTreeTest : public testing::Test, public TestHooks {
Proxy* proxy() const {
return layer_tree_host_ ? layer_tree_host_->proxy() : NULL;
}
- Proxy* remote_client_proxy() const;
TaskRunnerProvider* task_runner_provider() const;
TaskGraphRunner* task_graph_runner() const {
return task_graph_runner_.get();
@@ -147,7 +145,6 @@ class LayerTreeTest : public testing::Test, public TestHooks {
LayerTreeHostInProcess* layer_tree_host();
LayerTree* layer_tree() { return layer_tree_host()->GetLayerTree(); }
- LayerTreeHost* remote_client_layer_tree_host();
SharedBitmapManager* shared_bitmap_manager() const {
return shared_bitmap_manager_.get();
}
@@ -185,13 +182,6 @@ class LayerTreeTest : public testing::Test, public TestHooks {
std::unique_ptr<LayerTreeHostClientForTesting> client_;
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_;
-
- RemoteProtoChannelBridge remote_proto_channel_bridge_;
-
- std::unique_ptr<ImageSerializationProcessor> image_serialization_processor_;
-
bool beginning_ = false;
bool end_when_begin_returns_ = false;
bool timed_out_ = false;
« no previous file with comments | « no previous file | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698