| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index ffa739dc372d10270f4e754ac4c2f4115aa3fca5..e21a20ba3342927650f8b7b21b729b123a98f1c6 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -123,6 +123,7 @@ public:
|
| virtual void extendSelectionAndDelete(int before, int after) OVERRIDE;
|
| virtual void addStyleSheetByURL(const WebString& url) OVERRIDE;
|
| virtual void setCaretVisible(bool) OVERRIDE;
|
| + virtual WebString textSurroundingSelection(int maxLength, int* startOffset, int* endOffset) const OVERRIDE;
|
| virtual int printBegin(const WebPrintParams&, const WebNode& constrainToNode) OVERRIDE;
|
| virtual float printPage(int pageToPrint, WebCanvas*) OVERRIDE;
|
| virtual float getPrintPageShrink(int page) OVERRIDE;
|
|
|