| Index: ui/compositor/layer_animation_delegate.h
|
| diff --git a/ui/compositor/layer_animation_delegate.h b/ui/compositor/layer_animation_delegate.h
|
| index b1db0b300b29674aa6c8a856df5f9fe97e70812c..a1b39962d5d441a46307a182936d89565e9b491f 100644
|
| --- a/ui/compositor/layer_animation_delegate.h
|
| +++ b/ui/compositor/layer_animation_delegate.h
|
| @@ -41,6 +41,7 @@ class COMPOSITOR_EXPORT LayerAnimationDelegate {
|
| virtual cc::Layer* GetCcLayer() const = 0;
|
| virtual LayerAnimatorCollection* GetLayerAnimatorCollection() = 0;
|
| virtual LayerThreadedAnimationDelegate* GetThreadedAnimationDelegate() = 0;
|
| + virtual int GetFrameNumber() = 0;
|
|
|
| protected:
|
| virtual ~LayerAnimationDelegate() {}
|
|
|