Chromium Code Reviews| Index: ui/accessibility/platform/ax_platform_node_delegate.h |
| diff --git a/ui/accessibility/platform/ax_platform_node_delegate.h b/ui/accessibility/platform/ax_platform_node_delegate.h |
| index 998168a76e7db89110101b25ad1bc67e7b84b817..a9006a5f428fb0da43fadfd448ad336c679e6795 100644 |
| --- a/ui/accessibility/platform/ax_platform_node_delegate.h |
| +++ b/ui/accessibility/platform/ax_platform_node_delegate.h |
| @@ -94,6 +94,9 @@ class AX_EXPORT AXPlatformNodeDelegate { |
| // Whether SetStringValue() is callable, i.e. if the string value is not read |
| // only and if the callback exists. |
| virtual bool CanSetStringValue() = 0; |
| + |
| + // Focus or unfocus a View, checking if the View is focusable first. |
| + virtual bool SetFocused(const bool focused) = 0; |
|
tapted
2016/11/11 00:36:25
nit: remove const
Patti Lor
2016/11/14 03:51:21
Done.
|
| }; |
| } // namespace ui |