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

Unified Diff: content/browser/frame_host/input/legacy_ipc_frame_input_handler.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: content/browser/frame_host/input/legacy_ipc_frame_input_handler.h
diff --git a/content/browser/frame_host/input/legacy_ipc_frame_input_handler.h b/content/browser/frame_host/input/legacy_ipc_frame_input_handler.h
index 6ea79e81cedd5cdbba4eb1f56a6ffc5c9316a944..04da599f39b5eac57a33aa8dc603d265f5943706 100644
--- a/content/browser/frame_host/input/legacy_ipc_frame_input_handler.h
+++ b/content/browser/frame_host/input/legacy_ipc_frame_input_handler.h
@@ -47,6 +47,9 @@ class CONTENT_EXPORT LegacyIPCFrameInputHandler
void AdjustSelectionByCharacterOffset(int32_t start, int32_t end) override;
void MoveRangeSelectionExtent(const gfx::Point& extent) override;
+ void HitTestFrameAt(const gfx::PointF& point,
+ HitTestFrameAtCallback callback) override;
+
private:
void SendInput(std::unique_ptr<IPC::Message> message);

Powered by Google App Engine
This is Rietveld 408576698