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

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

Issue 2694903010: AX checked state changes (Closed)
Patch Set: Fix compiler error Created 3 years, 10 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/public/web/WebAXObject.h
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index d8bb7a350ba6a7fb79cf4c4cc76f8a366221ddb4..32a6eb3dae0e70774c492646b80292b6356737c6 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -127,8 +127,8 @@ class WebAXObject {
BLINK_EXPORT bool isAnchor() const;
BLINK_EXPORT bool isAriaReadOnly() const;
- BLINK_EXPORT bool isButtonStateMixed() const;
- BLINK_EXPORT bool isChecked() const;
+ BLINK_EXPORT WebAXCheckedState checkedState() const;
+ BLINK_EXPORT WebString checked() const;
dmazzoni 2017/02/28 00:10:50 delete this one
BLINK_EXPORT bool isClickable() const;
BLINK_EXPORT bool isCollapsed() const;
BLINK_EXPORT bool isControl() const;

Powered by Google App Engine
This is Rietveld 408576698