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

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

Issue 1899823002: 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: Fixed Mac compilation issue. Created 4 years, 8 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 8b576f17c4e850a21208e09f0c6162e93783111f..e63883dc42b08dafd4b28fa4a4628881b57e3e96 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXListBox.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
@@ -46,7 +46,7 @@ public:
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