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

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

Issue 2957733002: Only call TextChanged on existing AXObjects. This avoids triggering the code which calls UpdateDist… (Closed)
Patch Set: Created 3 years, 6 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/AXMenuListPopup.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
index 0f710320be55be5f717d9f8e2e6ce914ba954322..d442109ea6a8dfe0d2e91dfe886b71969db19894 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
@@ -45,7 +45,7 @@ class AXMenuListPopup final : public AXMockObject {
bool IsEnabled() const override;
bool IsOffScreen() const override;
- void DidUpdateActiveOption(int option_index);
+ void DidUpdateActiveOption(int option_index, bool fire_notifications = true);
void DidShow();
void DidHide();
AXObjectImpl* ActiveDescendant() final;

Powered by Google App Engine
This is Rietveld 408576698