diff options
Diffstat (limited to 'ui/aura/window.h')
-rw-r--r-- | ui/aura/window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/aura/window.h b/ui/aura/window.h index a8163a5..42cab33 100644 --- a/ui/aura/window.h +++ b/ui/aura/window.h @@ -266,9 +266,8 @@ class AURA_EXPORT Window : public ui::LayerDelegate, // that has a delegate set). The toplevel window may be |this|. Window* GetToplevelWindow(); - // Claims or relinquishes the claim to focus. + // Claims focus. void Focus(); - void Blur(); // Returns true if the Window is currently the focused window. bool HasFocus() const; |