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

Unified Diff: ui/views/accessibility/ax_view_obj_wrapper.h

Issue 667713006: Implement automatic load of composed/embedded automation trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 2 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: ui/views/accessibility/ax_view_obj_wrapper.h
diff --git a/ui/views/accessibility/ax_view_obj_wrapper.h b/ui/views/accessibility/ax_view_obj_wrapper.h
index 7a768b76b18cfafa1e17832663227c7ec2db5dde..4c5c103ff9f89efad3a331fb04098de928d57195 100644
--- a/ui/views/accessibility/ax_view_obj_wrapper.h
+++ b/ui/views/accessibility/ax_view_obj_wrapper.h
@@ -16,6 +16,8 @@ class AXViewObjWrapper : public AXAuraObjWrapper {
explicit AXViewObjWrapper(View* view);
virtual ~AXViewObjWrapper();
+ View* view() { return view_; }
+
// AXAuraObjWrapper overrides.
virtual AXAuraObjWrapper* GetParent() override;
virtual void GetChildren(

Powered by Google App Engine
This is Rietveld 408576698