Home | History | Annotate | Download | only in layers

Lines Matching defs:pending_tree

98     LayerTreeImpl* pending_tree = host_impl_.pending_tree();
100 pending_tree->DetachLayerTree();
103 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
105 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
108 host_impl_.pending_tree()->LayerById(id_));
950 host_impl_.pending_tree()->UpdateDrawProperties();
965 host_impl_.pending_tree()->UpdateDrawProperties();
988 tile->SetPriority(PENDING_TREE, priority);
1005 if (tile->priority(PENDING_TREE).distance_to_visible_in_pixels == 0.f) {