Chromium Code Reviews| 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 2d874b3159aae529462e18e09e8f7429ed9ee005..ab69ba6d2685449988bbdf65f336f217f779685c 100644 |
| --- a/third_party/WebKit/Source/core/dom/Document.h |
| +++ b/third_party/WebKit/Source/core/dom/Document.h |
| @@ -352,6 +352,7 @@ public: |
| String visibilityState() const; |
| PageVisibilityState pageVisibilityState() const; |
| + bool isPrefetchOnly() const; |
|
Charlie Harrison
2016/08/03 14:40:03
Please document this method, especially since "Pre
droger
2016/08/03 16:45:50
Done.
|
| bool hidden() const; |
| void didChangeVisibilityState(); |