| Index: third_party/WebKit/public/web/WebDocument.h
|
| diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
|
| index 8b415834b2edb0e155adef6cdbfb4c3f91a55512..e22107f44cbf8734b45f07dd3d328ce24cde8989 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -59,6 +59,7 @@ class WebFormElement;
|
| class WebElementCollection;
|
| class WebString;
|
| class WebURL;
|
| +struct WebDistillabilityFeatures;
|
|
|
| // Provides readonly access to some properties of a DOM document.
|
| class WebDocument : public WebNode {
|
| @@ -136,6 +137,7 @@ public:
|
|
|
| BLINK_EXPORT WebURL manifestURL() const;
|
| BLINK_EXPORT bool manifestUseCredentials() const;
|
| + BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebDocument(const PassRefPtrWillBeRawPtr<Document>&);
|
|
|