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. |