Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: ui/views/widget/native_widget_aura.cc

Issue 14222019: Trying to activate a window in a workspace other than the current is ignored while a system modal d… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/native_widget_aura.cc
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
index fd9db9387b805bcbe730626c857d045e15d6f004..d440184c68d071060afe56991007b3f5f68c47c8 100644
--- a/ui/views/widget/native_widget_aura.cc
+++ b/ui/views/widget/native_widget_aura.cc
@@ -808,6 +808,10 @@ void NativeWidgetAura::OnWindowActivated(aura::Window* gained_active,
GetWidget()->non_client_view()->SchedulePaint();
}
+void NativeWidgetAura::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
////////////////////////////////////////////////////////////////////////////////
// NativeWidgetAura, aura::client::FocusChangeObserver:

Powered by Google App Engine
This is Rietveld 408576698