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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Address Rob's comments Created 3 years, 4 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 | « third_party/WebKit/public/web/WebNode.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 4d9a94f7bd303f53c30e90579ea204453bbce294..a74eb5a1b53bff820d18ad3a241b03f9663a53a8 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -90,6 +90,7 @@ class WebView : protected WebWidget {
using WebWidget::LayoutAndPaintAsync;
using WebWidget::CompositeAndReadbackAsync;
using WebWidget::ThemeChanged;
+ using WebWidget::HitTestResultAt;
using WebWidget::HandleInputEvent;
using WebWidget::SetCursorVisibilityState;
using WebWidget::HasTouchEventHandlersAt;
« no previous file with comments | « third_party/WebKit/public/web/WebNode.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698