| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index 098baacc4a548db3256e29a91914fe5c78cecd74..51f6e914c975b274554a57d5eabb5afa14209aae 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -409,8 +409,12 @@ public:
|
|
|
| // SmartClip support ---------------------------------------------------
|
|
|
| + // FIXME: This should be removed when the chromium side patch lands
|
| + // http://codereview.chromium.org/260623004
|
| virtual WebString getSmartClipData(WebRect) = 0;
|
|
|
| + virtual void getSmartClipData(WebRect, WebString&, WebRect&) = 0;
|
| +
|
|
|
| // Popup menu ----------------------------------------------------------
|
|
|
|
|