| 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 e22107f44cbf8734b45f07dd3d328ce24cde8989..8b4ef0ff3cec52deb0086f2d414ee4ab87d172d5 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -137,7 +137,11 @@ public:
|
|
|
| BLINK_EXPORT WebURL manifestURL() const;
|
| BLINK_EXPORT bool manifestUseCredentials() const;
|
| +
|
| + // distillabilityFeatures and isMobileFriendly should only be called on
|
| + // the main frame.
|
| BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures();
|
| + BLINK_EXPORT bool isMobileFriendly();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebDocument(const PassRefPtrWillBeRawPtr<Document>&);
|
|
|