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

Unified Diff: third_party/WebKit/public/web/WebAXObject.h

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try 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
« no previous file with comments | « third_party/WebKit/public/web/WebAXEnums.h ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAXObject.h
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index d118585d3ba0570a90432f5856843c9d138a7df9..5a9665f741ed37c9eb836fa97b9869c913c765b1 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -127,7 +127,7 @@ class WebAXObject {
BLINK_EXPORT bool IsAnchor() const;
BLINK_EXPORT bool IsAriaReadOnly() const;
- BLINK_EXPORT WebAXCheckedState CheckedState() const;
+ BLINK_EXPORT WebAXButtonState CheckedState() const;
BLINK_EXPORT bool IsCheckable() const;
BLINK_EXPORT bool IsClickable() const;
BLINK_EXPORT bool IsCollapsed() const;
@@ -142,7 +142,7 @@ class WebAXObject {
BLINK_EXPORT bool IsMultiSelectable() const;
BLINK_EXPORT bool IsOffScreen() const;
BLINK_EXPORT bool IsPasswordField() const;
- BLINK_EXPORT bool IsPressed() const;
+ BLINK_EXPORT WebAXButtonState PressedState() const;
BLINK_EXPORT bool IsReadOnly() const;
BLINK_EXPORT bool IsRequired() const;
BLINK_EXPORT bool IsSelected() const;
« no previous file with comments | « third_party/WebKit/public/web/WebAXEnums.h ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698