| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 54816f8813ebe9f0b9c5e5284a7f9ff0fc79e508..31919e7d86acd39f19a9f51d9be18175eac62761 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -326,6 +326,10 @@ class WebLocalFrame : public WebFrame {
|
| // selection.
|
| virtual void deleteSurroundingText(int before, int after) = 0;
|
|
|
| + virtual void extractSmartClipData(WebRect rectInViewport,
|
| + WebString& clipText,
|
| + WebString& clipHtml) = 0;
|
| +
|
| // Spell-checking support -------------------------------------------------
|
| virtual void replaceMisspelledRange(const WebString&) = 0;
|
| virtual void enableSpellChecking(bool) = 0;
|
|
|