diff options
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r-- | ui/aura/root_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h index 89eaa17..d38a535 100644 --- a/ui/aura/root_window.h +++ b/ui/aura/root_window.h @@ -159,6 +159,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, // Overridden from Window: virtual bool CanFocus() const OVERRIDE; + virtual bool CanReceiveEvents() const OVERRIDE; virtual internal::FocusManager* GetFocusManager() OVERRIDE; virtual RootWindow* GetRootWindow() OVERRIDE; virtual void WindowDetachedFromRootWindow(Window* window) OVERRIDE; |