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

Unified Diff: cc/test/layer_tree_test.h

Issue 2400733002: cc: Restructure access to LayerTreeHost in 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 e55e2ee2cd8b076925c2d673106709f5d4dbb8ae..4acc90f05f85f299032e494aab97cb8775863473 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -143,7 +143,8 @@ class LayerTreeTest : public testing::Test, public TestHooks {
}
bool TestEnded() const { return ended_; }
- LayerTreeHostInProcess* layer_tree_host();
+ 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();
« 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