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

Unified Diff: cc/tiles/tile_manager_unittest.cc

Issue 1385043002: cc: Remove SetLayerTreeHostClientReady() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startcomp
Patch Set: sky's offline comment Created 5 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 | « cc/tiles/tile_manager_perftest.cc ('k') | cc/trees/channel_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile_manager_unittest.cc
diff --git a/cc/tiles/tile_manager_unittest.cc b/cc/tiles/tile_manager_unittest.cc
index 0a0cb60684f127354bdc036b759bebb8071bc372..12776ce23510610c4e184d89ee3021de230879c6 100644
--- a/cc/tiles/tile_manager_unittest.cc
+++ b/cc/tiles/tile_manager_unittest.cc
@@ -78,6 +78,7 @@ class TileManagerTilePriorityQueueTest : public testing::Test {
}
virtual void InitializeRenderer() {
+ host_impl_.SetVisible(true);
host_impl_.InitializeRenderer(output_surface_.get());
}
@@ -1445,6 +1446,7 @@ class TileManagerTest : public testing::Test {
host_impl_(new MockLayerTreeHostImpl(&proxy_,
&shared_bitmap_manager_,
&task_graph_runner_)) {
+ host_impl_->SetVisible(true);
host_impl_->InitializeRenderer(output_surface_.get());
}
« no previous file with comments | « cc/tiles/tile_manager_perftest.cc ('k') | cc/trees/channel_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698