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

Unified Diff: ui/base/cocoa/focus_window_set.h

Issue 23737003: Mac: Fix window raising for multiple desktops (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Manually switch spaces for app shims Created 7 years, 3 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/base/cocoa/focus_window_set.h
diff --git a/ui/base/cocoa/focus_window_set.h b/ui/base/cocoa/focus_window_set.h
index af9c25386b22ae13c6dbfa5e7aec8e1faa222528..d43ff2acf97e54efc5b85fccf839d79efe50ec4c 100644
--- a/ui/base/cocoa/focus_window_set.h
+++ b/ui/base/cocoa/focus_window_set.h
@@ -15,7 +15,8 @@ namespace ui {
// Brings a group of windows to the front without changing their order, and
// makes the frontmost one key and main. If none are visible, the frontmost
// miniaturized window is deminiaturized.
-UI_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows);
+UI_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows,
+ bool allow_workspace_switch);
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698