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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2454973003: Wires up modality for aura-mus (Closed)
Patch Set: more tests Created 4 years, 2 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 | « ui/aura/mus/in_flight_change.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 9af2e58fd1d6103a213acf093ac55e8ddfb2fe6c..bd8c4fe79056076ef2e6cfc327a3ea560b95bd07 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -247,6 +247,10 @@ class AURA_EXPORT WindowTreeClient
// Called when the ui::mojom::WindowTree connection is lost, deletes this.
void OnConnectionLost();
+ // Called when a Window property changes. If |key| is handled internally
+ // (maps to a function on WindowTree) returns true.
+ bool HandleInternalPropertyChanged(WindowMus* window, const void* key);
+
// OnEmbed() calls into this. Exposed as a separate function for testing.
void OnEmbedImpl(ui::mojom::WindowTree* window_tree,
ClientSpecificId client_id,
« no previous file with comments | « ui/aura/mus/in_flight_change.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698