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

Unified Diff: content/browser/accessibility/browser_accessibility_manager_win.cc

Issue 12825010: Fire notification when scrolling to anchor to enable skip links on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_manager_win.cc
diff --git a/content/browser/accessibility/browser_accessibility_manager_win.cc b/content/browser/accessibility/browser_accessibility_manager_win.cc
index 59327f2b6200e07e5827af23d3294234dd3e7470..24dea911ace4802a2ec663f41c607827151f31ba 100644
--- a/content/browser/accessibility/browser_accessibility_manager_win.cc
+++ b/content/browser/accessibility/browser_accessibility_manager_win.cc
@@ -112,6 +112,9 @@ void BrowserAccessibilityManagerWin::NotifyAccessibilityEvent(
case AccessibilityNotificationObjectShow:
event_id = EVENT_OBJECT_SHOW;
break;
+ case AccessibilityNotificationScrolledToAnchor:
+ event_id = EVENT_SYSTEM_SCROLLINGSTART;
+ break;
case AccessibilityNotificationSelectedChildrenChanged:
event_id = EVENT_OBJECT_SELECTIONWITHIN;
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698