| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 2090d36ccc40784909ee30bdb28be6f8811d0bea..e77df7a9640d27f11647f5906a7b574564f69d3a 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -622,9 +622,6 @@ public:
|
| void setCSSTarget(Element*);
|
| Element* cssTarget() const { return m_cssTarget; }
|
|
|
| - void serviceAnimations(double monotonicAnimationStartTime);
|
| - void dispatchAnimationEvents();
|
| -
|
| void scheduleStyleRecalc();
|
| void unscheduleStyleRecalc();
|
| bool hasPendingStyleRecalc() const;
|
|
|