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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 1385043002: cc: Remove SetLayerTreeHostClientReady() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startcomp
Patch Set: 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
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index 807ec03f9c978686b2d9ce983587ceef36e4ced4..752d444bded060f387fbfe8f05ccc0ed09f6d5e4 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -176,7 +176,7 @@ LayerTreeHostImpl::LayerTreeHostImpl(
scroll_layer_id_when_mouse_over_scrollbar_(0),
tile_priorities_dirty_(false),
settings_(settings),
- visible_(true),
+ visible_(false),
cached_managed_memory_policy_(settings.memory_policy_),
is_synchronous_single_threaded_(!proxy->HasImplThread() &&
!settings.single_thread_proxy_scheduler),

Powered by Google App Engine
This is Rietveld 408576698