| 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..1473fa115cdd1aea2fd0e89ef08cb04a369bc893 100644
|
| --- a/ui/compositor/layer_animation_delegate.h
|
| +++ b/ui/compositor/layer_animation_delegate.h
|
| @@ -41,6 +41,8 @@ class COMPOSITOR_EXPORT LayerAnimationDelegate {
|
| virtual cc::Layer* GetCcLayer() const = 0;
|
| virtual LayerAnimatorCollection* GetLayerAnimatorCollection() = 0;
|
| virtual LayerThreadedAnimationDelegate* GetThreadedAnimationDelegate() = 0;
|
| + virtual int GetFrameNumber() const = 0;
|
| + virtual float GetRefreshRate() const = 0;
|
|
|
| protected:
|
| virtual ~LayerAnimationDelegate() {}
|
|
|