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

Unified Diff: content/shell/renderer/test_runner/web_ax_object_proxy.h

Issue 1130733006: Adds color, font size, text direction and text styles to the accessibility tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First attempt at exposing style info to the native APIs. Created 5 years, 7 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: 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();
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/shell/renderer/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698