Chromium Code Reviews| Index: ui/views/view.h |
| diff --git a/ui/views/view.h b/ui/views/view.h |
| index 6b45c6313baf3bee9f08047d3891e28b35de22d1..0be90f3e5a0960008c59a912c48a1e1ca1b8217e 100644 |
| --- a/ui/views/view.h |
| +++ b/ui/views/view.h |
| @@ -945,6 +945,10 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
| // Accessibility ------------------------------------------------------------- |
| + // Gets the NativeViewAccessibility instance for this view, and creates one if |
| + // it doesn't yet exist. |
| + NativeViewAccessibility* GetNativeViewAccessibility(); |
|
tapted
2016/09/26 05:19:18
I'm unsure about this - we'll have to see what vie
Patti Lor
2016/09/28 00:29:14
I like your alternative, but I think it needs to b
dmazzoni
2016/09/29 16:06:15
For context, the reason I didn't add GetNativeView
Patti Lor
2016/10/04 05:45:14
Ok, thanks for the context. I've deleted the chang
|
| + |
| // Modifies |state| to reflect the current accessible state of this view. |
| virtual void GetAccessibleState(ui::AXViewState* state) { } |