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

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

Issue 1375703002: Fire accessibility hover events when the touch exploration flag is set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Offset by root window, not by screen Created 5 years, 3 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/WebAXEnums.h
diff --git a/third_party/WebKit/public/web/WebAXEnums.h b/third_party/WebKit/public/web/WebAXEnums.h
index 9dd2122f2c051ad0b21ed94111fb4809462db7ac..ccfbd50ab26b9b9beef344b616fe7ea66b492ab9 100644
--- a/third_party/WebKit/public/web/WebAXEnums.h
+++ b/third_party/WebKit/public/web/WebAXEnums.h
@@ -46,6 +46,7 @@ enum WebAXEvent {
WebAXEventChildrenChanged,
WebAXEventFocus,
WebAXEventHide,
+ WebAXEventHover,
WebAXEventInvalidStatusChanged,
WebAXEventLayoutComplete,
WebAXEventLiveRegionChanged,

Powered by Google App Engine
This is Rietveld 408576698