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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histograms.xml Created 3 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/AXMenuListPopup.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
index 7eaee49968094fb9b8624b5b54afbab97cbb95c5..0f710320be55be5f717d9f8e2e6ce914ba954322 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
@@ -49,6 +49,7 @@ class AXMenuListPopup final : public AXMockObject {
void DidShow();
void DidHide();
AXObjectImpl* ActiveDescendant() final;
+ void UpdateChildrenIfNecessary() override;
private:
explicit AXMenuListPopup(AXObjectCacheImpl&);
@@ -60,7 +61,6 @@ class AXMenuListPopup final : public AXMockObject {
bool IsVisible() const override;
bool Press() override;
void AddChildren() override;
- void UpdateChildrenIfNecessary() override;
bool ComputeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;
AXMenuListOption* MenuListOptionAXObject(HTMLElement*) const;

Powered by Google App Engine
This is Rietveld 408576698