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

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

Issue 1511603002: Merge to m48: Stops using SYSTEM_STATE_INDETERMINATE as it makes radio buttons appear to have a mix… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 0061dbb9691a51c73aff7dd0a900953475360bf0..3d7241f48f9480b137e87a3e41e3680eb4c8e5c7 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -127,7 +127,6 @@ protected:
bool isClickable() const final;
bool isEnabled() const override;
AccessibilityExpanded isExpanded() const override;
- bool isIndeterminate() const final;
bool isPressed() const final;
bool isReadOnly() const override;
bool isRequired() const final;
@@ -220,6 +219,7 @@ private:
void deprecatedAlternativeText(HeapVector<Member<AccessibilityText>>&) const;
void deprecatedAriaLabelledbyText(HeapVector<Member<AccessibilityText>>&) const;
+ bool isNativeCheckboxInMixedState() const;
String textFromDescendants(AXObjectSet& visited) const;
String textFromElements(bool inAriaLabelledByTraversal, AXObjectSet& visited, WillBeHeapVector<RawPtrWillBeMember<Element>>& elements, AXRelatedObjectVector* relatedObjects) const;
String textFromAriaLabelledby(AXObjectSet& visited, AXRelatedObjectVector* relatedObjects) const;

Powered by Google App Engine
This is Rietveld 408576698