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

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

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Created 3 years, 6 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
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 e475073cc18cd7c899de75dddac9db8001673c6b..1348b72d24df0dcc820a9d96e06bb67887c02dce 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::HitTestFrameAt;
using WebWidget::HandleInputEvent;
using WebWidget::SetCursorVisibilityState;
using WebWidget::HasTouchEventHandlersAt;

Powered by Google App Engine
This is Rietveld 408576698