| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 6cfa048a782361068c85b95edc2b7099ede399c2..0d503637db38788a705ccb2541ac61accfe61938 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -246,7 +246,10 @@ public:
|
| unsigned inactiveForegroundColor) OVERRIDE;
|
| virtual void performCustomContextMenuAction(unsigned action) OVERRIDE;
|
| virtual void showContextMenu() OVERRIDE;
|
| + // TODO(AviD):This should be removed when the chromium side patch lands
|
| + // http://codereview.chromium.org/260623004
|
| virtual WebString getSmartClipData(WebRect) OVERRIDE;
|
| + virtual void getSmartClipData(WebRect, WebString*, WebRect*) OVERRIDE;
|
| virtual void hidePopups() OVERRIDE;
|
| virtual void addPageOverlay(WebPageOverlay*, int /* zOrder */) OVERRIDE;
|
| virtual void removePageOverlay(WebPageOverlay*) OVERRIDE;
|
|
|