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

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

Issue 2694903010: AX checked state changes (Closed)
Patch Set: git cl try Created 3 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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 1a371e979d012ae6c29fc0f396d609b6df25cc4d..3a27ceecf3c364dc9a15592a0ec3fe2cb73c9c8d 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -126,7 +126,6 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
bool IsNativeSlider() const override;
// Check object state.
- bool IsChecked() const final;
bool IsClickable() const final;
bool IsEnabled() const override;
AccessibilityExpanded IsExpanded() const override;
@@ -155,7 +154,6 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
String GetText() const override;
// Properties of interactive elements.
- AccessibilityButtonState CheckboxOrRadioValue() const final;
AriaCurrentState GetAriaCurrentState() const final;
InvalidState GetInvalidState() const final;
// Only used when invalidState() returns InvalidStateOther.

Powered by Google App Engine
This is Rietveld 408576698