Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index b484d836cbf4c678e629b304bd3c5817627ff5d3..06eb4f80666fbbd96974389d495ac56116bb1f16 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1084,6 +1084,7 @@ class CORE_EXPORT Document : public ContainerNode, |
void enqueueResizeEvent(); |
void enqueueScrollEventForNode(Node*); |
+ void enqueueAnimationFrameTask(std::unique_ptr<WTF::Closure>); |
void enqueueAnimationFrameEvent(Event*); |
// Only one event for a target/event type combination will be dispatched per |
// frame. |