Index: content/shell/renderer/test_runner/web_ax_object_proxy.h |
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.h b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
index 783f2384228662f31839f7513b811199c920f75f..ae5fdcc39d796c35b96bc47bdf1ea90e01fbf3ef 100644 |
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.h |
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
@@ -62,6 +62,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
std::string Description(); |
std::string HelpText(); |
std::string StringValue(); |
+ std::string Language(); |
int X(); |
int Y(); |
int Width(); |