Home | History | Annotate | Download | only in compositor

Lines Matching full:grandchild

1526   scoped_ptr<Layer> grandchild(CreateColorLayer(SK_ColorRED,
1529 child->Add(grandchild.get());
1532 grandchild->SetAnimator(LayerAnimator::CreateImplicitAnimator());
1533 grandchild->SetOpacity(0.5f);