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

Unified Diff: ui/views/widget/native_widget_aura_window_observer.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_window_observer.cc
diff --git a/ui/views/widget/native_widget_aura_window_observer.cc b/ui/views/widget/native_widget_aura_window_observer.cc
index 3be33dd818c99a6a4ce8fd57fd87c7d914ab896d..a695ac9e5df5cadfda30e850d77f66f6217b77f0 100644
--- a/ui/views/widget/native_widget_aura_window_observer.cc
+++ b/ui/views/widget/native_widget_aura_window_observer.cc
@@ -32,6 +32,10 @@ void NativeWidgetAuraWindowObserver::OnWindowActivated(
delegate_->EnableInactiveRendering();
}
+void NativeWidgetAuraWindowObserver::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
void NativeWidgetAuraWindowObserver::OnWindowRemovingFromRootWindow(
aura::Window* window) {
if (window != native_view_)
« ui/views/corewm/focus_controller.cc ('K') | « ui/views/widget/native_widget_aura_window_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698