| Index: ui/accessibility/ax_tree_update.h
|
| diff --git a/ui/accessibility/ax_tree_update.h b/ui/accessibility/ax_tree_update.h
|
| index 0280efe64490e1118c1f80d0f2c82c4bebf619dc..314a78f823af20dbc7be2d53009a74918af0a038 100644
|
| --- a/ui/accessibility/ax_tree_update.h
|
| +++ b/ui/accessibility/ax_tree_update.h
|
| @@ -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
|
| };
|
|
|
|
|