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

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

Issue 2492083002: Implement aria-placeholder (Closed)
Patch Set: Rebaseline android placeholder test 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..f4105585dc2b30964bc732618b351f51ee00d155 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -190,7 +190,7 @@ class WebAXObject {
// Takes the result of nameFrom and descriptionFrom from calling |name| and
// |description|, above, and retrieves the placeholder of the object, if
// present and if it wasn't already exposed by one of the two functions above.
- BLINK_EXPORT WebString placeholder(WebAXNameFrom, WebAXDescriptionFrom) const;
+ BLINK_EXPORT WebString placeholder(WebAXNameFrom) const;
// The following selection functions get or set the global document
// selection and can be called on any object in the tree.
« no previous file with comments | « third_party/WebKit/public/web/WebAXEnums.h ('k') | tools/accessibility/rebase_dump_accessibility_tree_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698