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

Unified Diff: components/mus/ws/connection_manager.cc

Issue 1469603003: mus: Fix notifying clients about window reordering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.cc
diff --git a/components/mus/ws/connection_manager.cc b/components/mus/ws/connection_manager.cc
index 4eeecd6d9e300027136fa010b2f773e53eca73a1..49382540755558d9600064dc4344f02128d29f98 100644
--- a/components/mus/ws/connection_manager.cc
+++ b/components/mus/ws/connection_manager.cc
@@ -443,6 +443,7 @@ void ConnectionManager::OnWindowClientAreaChanged(
void ConnectionManager::OnWindowReordered(ServerWindow* window,
ServerWindow* relative,
mojom::OrderDirection direction) {
+ ProcessWindowReorder(window, relative, direction);
if (!in_destructor_)
SchedulePaint(window, gfx::Rect(window->bounds().size()));
}
« no previous file with comments | « no previous file | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698