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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 1639563003: Renames WindowManagerConfig to FrameDecorationValues and moves to Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 11 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/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index a940baf915810dca981a262f6f3f63a3d313b7d1..7bcb965441c56079966fe21e4de266d0336f10dd 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -34,6 +34,7 @@ class Shell;
namespace mus {
class Window;
+class WindowTreeConnection;
namespace mojom {
class WindowManager;
@@ -72,6 +73,9 @@ class VIEWS_MUS_EXPORT NativeWidgetMus : public internal::NativeWidgetPrivate,
const Widget::InitParams& init_params,
std::map<std::string, std::vector<uint8_t>>* properties);
+ // Notifies all widgets the frame constants changed in some way.
+ static void NotifyFrameChanged(mus::WindowTreeConnection* connection);
+
mus::Window* window() { return window_; }
void OnPlatformWindowClosed();

Powered by Google App Engine
This is Rietveld 408576698