| Index: third_party/WebKit/Source/core/page/PageAnimator.h
|
| diff --git a/third_party/WebKit/Source/core/page/PageAnimator.h b/third_party/WebKit/Source/core/page/PageAnimator.h
|
| index f59f7cc96d307e274188dd7a9295a4dac5b49e36..d067a0e6666a5d6b4192edcee053c867e6351d2f 100644
|
| --- a/third_party/WebKit/Source/core/page/PageAnimator.h
|
| +++ b/third_party/WebKit/Source/core/page/PageAnimator.h
|
| @@ -6,7 +6,6 @@
|
| #define PageAnimator_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/animation/AnimationClock.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| @@ -23,7 +22,6 @@
|
|
|
| bool isServicingAnimations() const { return m_servicingAnimations; }
|
| void updateLayoutAndStyleForPainting(LocalFrame* rootFrame);
|
| - AnimationClock& clock() { return m_animationClock; }
|
|
|
| private:
|
| explicit PageAnimator(Page&);
|
| @@ -31,7 +29,6 @@
|
| RawPtrWillBeMember<Page> m_page;
|
| bool m_servicingAnimations;
|
| bool m_updatingLayoutAndStyleForPainting;
|
| - AnimationClock m_animationClock;
|
| };
|
|
|
| }
|
|
|