Home | History | Annotate | Download | only in layers

Lines Matching defs:host_impl_

422       : host_impl_(&proxy_, &shared_bitmap_manager_), root_id_(7) {
423 host_impl_.active_tree()->SetRootLayer(
424 LayerImpl::Create(host_impl_.active_tree(), root_id_));
425 host_impl_.active_tree()->root_layer()->AddChild(
426 LayerImpl::Create(host_impl_.active_tree(), root_id_ + 1));
431 host_impl_.active_tree()->root_layer()->SetBounds(gfx::Size(1, 1));
437 return host_impl_.active_tree()->root_layer()->children()[0];
440 LayerTreeHostImpl& host_impl() { return host_impl_; }
442 LayerTreeImpl* tree() { return host_impl_.active_tree(); }
447 FakeLayerTreeHostImpl host_impl_;