| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 288cee89ad4441bfe0efe1c6285874e646f012df..5c8a850034753b73c6615c4d46f5ec2dbe4b9627 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -298,6 +298,10 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| base::SingleThreadTaskRunner* unthrottledTaskRunner() override;
|
| WebInputMethodControllerImpl* inputMethodController() const override;
|
|
|
| + void extractSmartClipData(WebRect rectInViewport,
|
| + WebString& clipText,
|
| + WebString& clipHtml) override;
|
| +
|
| // WebFrameImplBase methods:
|
| void initializeCoreFrame(FrameHost*,
|
| FrameOwner*,
|
|
|