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 0844a8866f7e44e8c80e1de6abf56ca11efc538d..d0deae7e39e8289f5ce4eea170b9c8ad5e85a43d 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -383,6 +383,8 @@ class CORE_EXPORT Document : public ContainerNode, |
// scanned, in order to warm up caches. |
bool isPrefetchOnly() const; |
+ void onPrefetchFinished() const; |
Charlie Harrison
2016/10/25 15:05:27
Can this be private?
pasko
2016/10/25 15:17:30
Good catch. Actually now the whole method is not n
Charlie Harrison
2016/10/25 15:18:19
That works too :)
|
+ |
Node* adoptNode(Node* source, ExceptionState&); |
HTMLCollection* images(); |