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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.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: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index a8c42b6ab896c5ef37bd0c90e87d7c0037391067..e591cce6e4e7bb6857e6fb61907290d87405c20a 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -225,6 +225,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
// Overridden from aura::WindowTreeHostObserver:
void OnHostCloseRequested(const aura::WindowTreeHost* host) override;
void OnHostResized(const aura::WindowTreeHost* host) override;
+ void OnHostWorkspaceChanged(const aura::WindowTreeHost* host,
+ int workspace_id) override;
void OnHostMoved(const aura::WindowTreeHost* host,
const gfx::Point& new_origin) override;

Powered by Google App Engine
This is Rietveld 408576698