| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (revision 170570)
|
| +++ ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (working copy)
|
| @@ -580,7 +580,7 @@
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopNativeWidgetAura, aura::ActivationDelegate implementation:
|
|
|
| -bool DesktopNativeWidgetAura::ShouldActivate(const ui::Event* event) {
|
| +bool DesktopNativeWidgetAura::ShouldActivate() const {
|
| return can_activate_ && native_widget_delegate_->CanActivate();
|
| }
|
|
|
|
|