Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / accessibility / ax_tree_update.h
index 0280efe..314a78f 100644 (file)
@@ -50,6 +50,9 @@ struct AX_EXPORT AXTreeUpdate {
   // A vector of nodes to update, according to the rules above.
   std::vector<AXNodeData> nodes;
 
+  // Return a multi-line indented string representation, for logging.
+  std::string ToString() const;
+
   // TODO(dmazzoni): location changes
 };