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

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

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Created 4 years, 1 month 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 0a0b9d91b55a51f7e818244731391ea0ed5eab95..803413ab1310b0ca4b4d2472bc1ada073f6be233 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -246,8 +246,7 @@ class WebAXObject {
WebVector<int>& ends) const;
// Actions
- BLINK_EXPORT WebString
- actionVerb() const; // The verb corresponding to performDefaultAction.
+ BLINK_EXPORT WebAXSupportedAction action() const;
BLINK_EXPORT bool canDecrement() const;
BLINK_EXPORT bool canIncrement() const;
BLINK_EXPORT bool canPress() const;

Powered by Google App Engine
This is Rietveld 408576698