Home
last modified time | relevance | path

Searched refs:sync_tree (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host.cc277 LayerTreeImpl* sync_tree = host_impl->sync_tree(); in FinishCommitOnImplThread() local
280 sync_tree->ForceRedrawNextActivation(); in FinishCommitOnImplThread()
284 sync_tree->set_source_frame_number(source_frame_number()); in FinishCommitOnImplThread()
287 sync_tree->SetRootLayer(TreeSynchronizer::SynchronizeTrees( in FinishCommitOnImplThread()
288 root_layer(), sync_tree->DetachLayerTree(), sync_tree)); in FinishCommitOnImplThread()
291 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer()); in FinishCommitOnImplThread()
294 sync_tree->set_needs_full_tree_sync(needs_full_tree_sync_); in FinishCommitOnImplThread()
299 sync_tree->root_layer(), hud_layer_->id()); in FinishCommitOnImplThread()
300 sync_tree->set_hud_layer(static_cast<HeadsUpDisplayLayerImpl*>(hud_impl)); in FinishCommitOnImplThread()
302 sync_tree->set_hud_layer(NULL); in FinishCommitOnImplThread()
[all …]
Dlayer_tree_host_impl.h306 LayerTreeImpl* sync_tree() { in sync_tree() function