| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 89eaa17960f33db017476babccea35314c99a5f2..d38a535e3296bbb95dbed52b0da4e2f97bc0bb5f 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;
|
|
|