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

Unified Diff: ui/events/event_handler.h

Issue 1536493002: Working proof of concept of select to speak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drag across multiple objects Created 5 years 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 | « ui/accessibility/ax_enums.idl ('k') | ui/events/event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_handler.h
diff --git a/ui/events/event_handler.h b/ui/events/event_handler.h
index 088c3f84253b8e1bbc65d3526f9ff05da76fe898..3b728baed493fac804ad4ca554de9e1c6336d659 100644
--- a/ui/events/event_handler.h
+++ b/ui/events/event_handler.h
@@ -49,6 +49,8 @@ class EVENTS_EXPORT EventHandler {
virtual void OnCancelMode(CancelModeEvent* event);
+ virtual void OnAccessibilityMouseEvent(MouseEvent* event);
+
private:
friend class EventDispatcher;
« no previous file with comments | « ui/accessibility/ax_enums.idl ('k') | ui/events/event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698