| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 2b0d9138361dd46eabb0dbe199716c63c2256f3e..5bb252b099eeaed214ec2d84d2eac0fa6fe50a4e 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -366,6 +366,7 @@ class COMPOSITOR_EXPORT Layer
|
| virtual void AddThreadedAnimation(
|
| scoped_ptr<cc::Animation> animation) OVERRIDE;
|
| virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;
|
| + virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE;
|
|
|
| // Creates a corresponding composited layer for |type_|.
|
| void CreateWebLayer();
|
|
|