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

Unified Diff: components/mus/public/cpp/window_tree_client.h

Issue 2068093002: mus: Allow embedder to intercept events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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: components/mus/public/cpp/window_tree_client.h
diff --git a/components/mus/public/cpp/window_tree_client.h b/components/mus/public/cpp/window_tree_client.h
index 86739faea084c423c8be135c04b0fd826700f184..f71055be6cf377dc890729546084c179d1a0f6ac 100644
--- a/components/mus/public/cpp/window_tree_client.h
+++ b/components/mus/public/cpp/window_tree_client.h
@@ -105,6 +105,7 @@ class WindowTreeClient : public mojom::WindowTreeClient,
void Embed(Id window_id,
mojom::WindowTreeClientPtr client,
+ uint32_t flags,
const mojom::WindowTree::EmbedCallback& callback);
void RequestClose(Window* window);

Powered by Google App Engine
This is Rietveld 408576698