| Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| index a8a12ea4d886d7ac4bd7119aa92dfbea80f4544e..873294c0ffa4a8de0b9249c5c420d37c7fe291d3 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| @@ -105,6 +105,7 @@ private:
|
| void animationPolicyTimerFired(TimerBase*);
|
| ImageAnimationPolicy animationPolicy() const;
|
| bool handleAnimationPolicy(AnimationPolicyOnceAction);
|
| + bool canScheduleFrame(SMILTime earliestFireTime) const;
|
| void updateAnimationsAndScheduleFrameIfNeeded(SMILTime elapsed, bool seekToTime = false);
|
| SMILTime updateAnimations(SMILTime elapsed, bool seekToTime = false);
|
| void serviceOnNextFrame();
|
|
|