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

Unified Diff: ui/views/corewm/shadow_controller.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/corewm/shadow_controller.cc
diff --git a/ui/views/corewm/shadow_controller.cc b/ui/views/corewm/shadow_controller.cc
index 2e7bfe6f0ffa6e032e68934eb69dccbd3c6da5b9..415460c78653cb1734794fbd94cd2c7737ef3468 100644
--- a/ui/views/corewm/shadow_controller.cc
+++ b/ui/views/corewm/shadow_controller.cc
@@ -263,6 +263,10 @@ void ShadowController::OnWindowActivated(aura::Window* gained_active,
impl_->OnWindowActivated(gained_active, lost_active);
}
+void ShadowController::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
// ShadowController::TestApi ---------------------------------------------------
Shadow* ShadowController::TestApi::GetShadowForWindow(aura::Window* window) {

Powered by Google App Engine
This is Rietveld 408576698