Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| index 4a7616abc7bfe70c5bf218eba6c718084b3fe491..140b6d1c5c2358673dc4b95bc538e9586412e943 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
| @@ -167,6 +167,9 @@ class VIEWS_EXPORT DesktopWindowTreeHost { |
| // used, a return value of false indicates the DesktopWindowTreeHost manages |
| // cursors itself. |
| virtual bool ShouldUseDesktopNativeCursorManager() const = 0; |
| + |
| + // Returns whether a VisibilityController should be created. |
| + virtual bool ShouldCreateVisibiltyController() const = 0; |
|
msw
2017/02/15 01:37:29
nit: VisibilityController (missing an 'i')
sky
2017/02/15 03:58:25
Done.
|
| }; |
| } // namespace views |