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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXListBox.h

Issue 2025923002: Reland of Uses the activedescendant_changed event received from Blink to fire the right focus event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/Source/modules/accessibility/AXListBox.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXListBox.h b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
index db937691985b09ce2cad90871d18c0f3d1cb569b..e256ff6066a12fe170e97f83fe0278210bc6adc7 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXListBox.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
@@ -47,7 +47,7 @@
AccessibilityRole determineAccessibilityRole() final;
bool isAXListBox() const override { return true; }
- AXObject* activeDescendant() const override;
+ AXObject* activeDescendant() final;
void activeIndexChanged();

Powered by Google App Engine
This is Rietveld 408576698