summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/document_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/document_animation.h')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/document_animation.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/document_animation.h b/chromium/third_party/blink/renderer/core/animation/document_animation.h
index 33c5eedfb4e..0b51df67301 100644
--- a/chromium/third_party/blink/renderer/core/animation/document_animation.h
+++ b/chromium/third_party/blink/renderer/core/animation/document_animation.h
@@ -6,7 +6,7 @@
#define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_DOCUMENT_ANIMATION_H_
#include "third_party/blink/renderer/core/animation/animation.h"
-#include "third_party/blink/renderer/core/animation/document_timeline.h"
+#include "third_party/blink/renderer/core/animation/document_animations.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
@@ -19,10 +19,6 @@ class DocumentAnimation {
static DocumentTimeline* timeline(Document& document) {
return &document.Timeline();
}
-
- static HeapVector<Member<Animation>> getAnimations(Document& document) {
- return document.Timeline().getAnimations();
- }
};
} // namespace blink