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

Unified Diff: cc/test/layer_tree_test.h

Issue 2650303002: cc: Remove the LayerTreeHost abstraction. (Closed)
Patch Set: missed ui Created 3 years, 11 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_layer_tree_host.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 b9a509078e712c463de66f9ec42523fa3af8cce5..fbe9996f24703c1ed681c79c770b6ea5b723bea0 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -12,8 +12,8 @@
#include "cc/test/test_hooks.h"
#include "cc/test/test_task_graph_runner.h"
#include "cc/trees/compositor_mode.h"
+#include "cc/trees/layer_tree_host.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 {
@@ -122,7 +122,6 @@ class LayerTreeTest : public testing::Test, public TestHooks {
bool TestEnded() const { return ended_; }
LayerTreeHost* layer_tree_host();
- LayerTreeHostInProcess* layer_tree_host_in_process();
LayerTree* layer_tree() { return layer_tree_host()->GetLayerTree(); }
SharedBitmapManager* shared_bitmap_manager() const {
return shared_bitmap_manager_.get();
@@ -173,7 +172,6 @@ class LayerTreeTest : public testing::Test, public TestHooks {
std::unique_ptr<LayerTreeHostClientForTesting> client_;
std::unique_ptr<LayerTreeHost> layer_tree_host_;
std::unique_ptr<AnimationHost> animation_host_;
- LayerTreeHostInProcess* layer_tree_host_in_process_;
bool beginning_ = false;
bool end_when_begin_returns_ = false;
« no previous file with comments | « cc/test/fake_layer_tree_host.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698