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

Unified Diff: ash/mus/window_manager.h

Issue 2904993003: chromeos: changes how DisplayManagerObservers are notified (Closed)
Patch Set: cleanup Created 3 years, 7 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 | « ash/mus/display_synchronizer.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index daf1592fcad6c9bcca9f228645189928cf23c9e8..35a7f89b03209dfb6de2786ab23e086c6a49a0d9 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -138,6 +138,9 @@ class WindowManager : public aura::WindowManagerDelegate,
const display::Display& display,
ash::RootWindowController::RootWindowType root_window_type);
+ // Sets the frame decoration values on the server.
+ void InstallFrameDecorationValues();
+
// Deletes the specified RootWindowController. Called when a display is
// removed. |in_shutdown| is true if called from Shutdown().
void DestroyRootWindowController(RootWindowController* root_window_controller,
« no previous file with comments | « ash/mus/display_synchronizer.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698