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

Unified Diff: components/mus/ws/window_server.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/ws/window_server.h
diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
index 0ec0a161dc9e25b38c54d59091cfcd23f0faaac9..190e16597d189dd9ed1ba7d3ac3f76b714972086 100644
--- a/components/mus/ws/window_server.h
+++ b/components/mus/ws/window_server.h
@@ -73,6 +73,7 @@ class WindowServer : public ServerWindowDelegate,
WindowTree* EmbedAtWindow(ServerWindow* root,
const UserId& user_id,
mojom::WindowTreeClientPtr client,
+ uint32_t flags,
std::unique_ptr<AccessPolicy> access_policy);
// Adds |tree_impl_ptr| to the set of known trees. Use DestroyTree() to

Powered by Google App Engine
This is Rietveld 408576698