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

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

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: address feedback. Created 3 years, 9 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/window_port_mus.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 3e42a2ef2ad82ef9eee1425bc0a0396e3f2e31d9..413a03377bd136c0a2528a257ed31e4f3953d682 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -233,7 +233,9 @@ class AURA_EXPORT WindowTreeClient
// 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);
+ bool HandleInternalPropertyChanged(WindowMus* window,
+ const void* key,
+ int64_t old_value);
// OnEmbed() calls into this. Exposed as a separate function for testing.
void OnEmbedImpl(ui::mojom::WindowTree* window_tree,
@@ -281,6 +283,7 @@ class AURA_EXPORT WindowTreeClient
const void* key);
void OnWindowMusPropertyChanged(WindowMus* window,
const void* key,
+ int64_t old_value,
std::unique_ptr<ui::PropertyData> data);
// Callback passed from WmPerformMoveLoop().
« no previous file with comments | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698