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

Unified Diff: components/sessions/core/session_types.h

Issue 1927203003: Add support for X11 workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted ui/views/widget/desktop_aura/x11_desktop_handler.cc Created 4 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: components/sessions/core/session_types.h
diff --git a/components/sessions/core/session_types.h b/components/sessions/core/session_types.h
index 5ec30b299ca887c015b4a62d463e021284a13108..1fcef5bc24bc801d136f5fae29487d71efd12e3c 100644
--- a/components/sessions/core/session_types.h
+++ b/components/sessions/core/session_types.h
@@ -140,6 +140,9 @@ struct SESSIONS_EXPORT SessionWindow {
// Bounds of the window.
gfx::Rect bounds;
+ // The workspace in which the window resides.
+ int workspace_id;
+
// Index of the selected tab in tabs; -1 if no tab is selected. After restore
// this value is guaranteed to be a valid index into tabs.
//

Powered by Google App Engine
This is Rietveld 408576698