Searched refs:sync_tree (Results 1 – 1 of 1) sorted by relevance
308 LayerTreeImpl* sync_tree; in FinishCommitOnImplThread() local313 sync_tree = host_impl->pending_tree(); in FinishCommitOnImplThread()315 sync_tree->ForceRedrawNextActivation(); in FinishCommitOnImplThread()320 sync_tree = host_impl->active_tree(); in FinishCommitOnImplThread()325 sync_tree->set_source_frame_number(source_frame_number()); in FinishCommitOnImplThread()328 sync_tree->SetRootLayer(TreeSynchronizer::SynchronizeTrees( in FinishCommitOnImplThread()329 root_layer(), sync_tree->DetachLayerTree(), sync_tree)); in FinishCommitOnImplThread()332 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer()); in FinishCommitOnImplThread()335 sync_tree->set_needs_full_tree_sync(needs_full_tree_sync_); in FinishCommitOnImplThread()340 sync_tree->root_layer(), hud_layer_->id()); in FinishCommitOnImplThread()[all …]