| Index: sky/engine/public/web/WebView.h
|
| diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
|
| index 929045279215fb0c76e97c11cb51caa05ac745fb..19dcc8dbe520324e885949c5cb0869949b1e800b 100644
|
| --- a/sky/engine/public/web/WebView.h
|
| +++ b/sky/engine/public/web/WebView.h
|
| @@ -41,7 +41,6 @@ namespace blink {
|
|
|
| class WebFrame;
|
| class WebFrameClient;
|
| -class WebHitTestResult;
|
| class WebSettings;
|
| class WebSpellCheckClient;
|
| class WebViewClient;
|
| @@ -125,9 +124,6 @@ public:
|
|
|
| // Data exchange -------------------------------------------------------
|
|
|
| - // Do a hit test at given point and return the HitTestResult.
|
| - virtual WebHitTestResult hitTestResultAt(const WebPoint&) = 0;
|
| -
|
| // Retrieves a list of spelling markers.
|
| virtual void spellingMarkers(WebVector<uint32_t>* markers) = 0;
|
| virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) = 0;
|
|
|