Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: sky/engine/public/web/WebView.h

Issue 925933004: Prune HitTestResult and stop special-casing links. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/web/WebHitTestResult.h ('k') | sky/engine/public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sky/engine/public/web/WebHitTestResult.h ('k') | sky/engine/public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698