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

Unified Diff: services/ui/public/cpp/window.h

Issue 2391853002: Makes mus not bring window to front on activation changes (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | services/ui/public/cpp/window.cc » ('j') | services/ui/ws/display.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window.h
diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h
index f687a54b27168bb8685daf5c92db1d329b781020..7ad94c8e6875b15acb0b8f5d9ae9a61fb4e599a8 100644
--- a/services/ui/public/cpp/window.h
+++ b/services/ui/public/cpp/window.h
@@ -332,6 +332,7 @@ class Window {
static void ReorderWithoutNotification(Window* window,
Window* relative,
mojom::OrderDirection direction);
+ // Returns true if the order actually changed.
static bool ReorderImpl(Window* window,
Window* relative,
mojom::OrderDirection direction,
« no previous file with comments | « no previous file | services/ui/public/cpp/window.cc » ('j') | services/ui/ws/display.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698