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