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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.h

Issue 2068093002: mus: Allow embedder to intercept events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge 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/tests/test_window_tree.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index 324d6d31be64310131d1078bfa8f3553f572bd59..b50a1cf75e72a000c3bc17aa993b1d78679e557f 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -81,6 +81,7 @@ class TestWindowTree : public mojom::WindowTree {
uint32_t observer_id) override;
void Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,
+ uint32_t flags,
const EmbedCallback& callback) override;
void SetFocus(uint32_t change_id, uint32_t window_id) override;
void SetCanFocus(uint32_t window_id, bool can_focus) override;
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client.cc ('k') | components/mus/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698