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

Unified Diff: ui/accessibility/ax_tree_data.h

Issue 1768753003: Implemented the reporting of text style and language information on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 9 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
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | ui/accessibility/ax_tree_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_tree_data.h
diff --git a/ui/accessibility/ax_tree_data.h b/ui/accessibility/ax_tree_data.h
index f780415be25cedc6ecc3792ded1cc6621a5d7676..83a1589066652158dcb9b8429cdf34a4f6e441a3 100644
--- a/ui/accessibility/ax_tree_data.h
+++ b/ui/accessibility/ax_tree_data.h
@@ -43,12 +43,12 @@ struct AX_EXPORT AXTreeData {
int32_t focused_tree_id;
// Attributes specific to trees that are web frames.
- std::string url;
- std::string title;
- std::string mimetype;
std::string doctype;
bool loaded;
float loading_progress;
+ std::string mimetype;
+ std::string title;
+ std::string url;
// The node with keyboard focus within this tree, if any, or -1 if no node
// in this tree has focus.
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | ui/accessibility/ax_tree_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698