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 7367aeb81b9113248eeb817018b84b7299a97b5a..f470d66f2c8021767a44f8069167876528b5cd37 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1080,6 +1080,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. |