Home | History | Annotate | Download | only in compositor

Lines Matching defs:LayerAnimator

36 // LayerAnimator. This enables LayerAnimator to animate property changes.
40 // class that should ever hold a ref ptr to a LayerAnimator), the animator can
44 class COMPOSITOR_EXPORT LayerAnimator : public base::RefCounted<LayerAnimator> {
54 explicit LayerAnimator(base::TimeDelta transition_duration);
57 static LayerAnimator* CreateDefaultAnimator();
60 static LayerAnimator* CreateImplicitAnimator();
196 virtual ~LayerAnimator();
211 friend class base::RefCounted<LayerAnimator>;
354 DISALLOW_COPY_AND_ASSIGN(LayerAnimator);