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 6866df4437aed37487d69c62c3f5bbf506d75aac..c9e758198772c26fd1d83d39ac2ac6181361e617 100644 |
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.h |
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
@@ -89,6 +89,11 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
bool HasPopup(); |
bool IsValid(); |
bool IsReadOnly(); |
+ unsigned int BackgroundColor(); |
+ unsigned int Color(); |
+ // For input elements of type color. |
+ unsigned int ColorValue(); |
+ float FontSize(); |
std::string Orientation(); |
int PosInSet(); |
int SetSize(); |