Chromium Code Reviews| Index: public/web/WebView.h |
| diff --git a/public/web/WebView.h b/public/web/WebView.h |
| index 098baacc4a548db3256e29a91914fe5c78cecd74..8f0504a98b427f0e629d847f3a4b276cf8dfa7d7 100644 |
| --- a/public/web/WebView.h |
| +++ b/public/web/WebView.h |
| @@ -409,8 +409,12 @@ public: |
| // SmartClip support --------------------------------------------------- |
| + // TODO(AviD):This should be removed when the chromium side patch lands |
|
Inactive
2014/06/09 14:47:10
Same comment about FIXME without attribution.
AviD
2014/06/13 11:52:48
Done.
|
| + // http://codereview.chromium.org/260623004 |
| virtual WebString getSmartClipData(WebRect) = 0; |
| + virtual void getSmartClipData(WebRect, WebString*, WebRect*) = 0; |
| + |
| // Popup menu ---------------------------------------------------------- |