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

Unified Diff: ui/views/widget/widget.h

Issue 420653003: MacViews: Accessibility bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2nd draft, based on 423513005 Created 6 years, 5 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/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index d4770b5fb3874f3b2c96d7687c4555c81e00938e..0164485d699ec907a2ccb3b221ec4ea677799855 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -345,6 +345,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// Returns the gfx::NativeView associated with this Widget.
gfx::NativeView GetNativeView() const;
+ // Returns the native accessibility interface for this widget.
+ gfx::NativeViewAccessible GetNativeViewAccessible() const;
+
// Returns the gfx::NativeWindow associated with this Widget. This may return
// NULL on some platforms if the widget was created with a type other than
// TYPE_WINDOW or TYPE_PANEL.

Powered by Google App Engine
This is Rietveld 408576698