| 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 33775a38148a85df53c7c0ec808e67c53f524f3d..4ad60156cc24df7cc056ecc7949c3c009e4cad7c 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| @@ -126,6 +126,8 @@ private:
|
| FrameSchedulingState m_frameSchedulingState;
|
| bool m_documentOrderIndexesDirty;
|
|
|
| + bool m_hasUpdatedAnimation;
|
| +
|
| Timer<SMILTimeContainer> m_wakeupTimer;
|
| Timer<SMILTimeContainer> m_animationPolicyOnceTimer;
|
|
|
|
|