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

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

Issue 2655513002: mash: Relay some Chrome aura window properties to Ash. (Closed)
Patch Set: More cleanup. Created 3 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
« ui/views/mus/desktop_window_tree_host_mus.cc ('K') | « ui/views/mus/mus_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client_observer.h
diff --git a/ui/views/mus/mus_client_observer.h b/ui/views/mus/mus_client_observer.h
index 8d633a5b34708554f87f5c74223efe2e8d8e0d59..c619325e1f1787a29f252a51d1c52831c4a39887 100644
--- a/ui/views/mus/mus_client_observer.h
+++ b/ui/views/mus/mus_client_observer.h
@@ -16,6 +16,10 @@ class VIEWS_MUS_EXPORT MusClientObserver {
// WindowManagerFrameValues.
virtual void OnWindowManagerFrameValuesChanged() = 0;
+ // Notification that a window property value has changed.
+ virtual void OnWindowPropertyChanged(aura::Window* window,
+ const void* key) = 0;
+
protected:
virtual ~MusClientObserver() {}
};
« ui/views/mus/desktop_window_tree_host_mus.cc ('K') | « ui/views/mus/mus_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698