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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.cc

Issue 2118383002: mus: Disregard windows that explicitly set can_accept_events to be false when sending events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ordering; etc Created 4 years, 5 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: services/ui/public/cpp/tests/test_window_tree.cc
diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
index 2b0204b4602ac8dd7516740da1a3a06da0915890..edf803e930529bbf7752e162ecac1455b95398ca 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -139,6 +139,9 @@ void TestWindowTree::SetFocus(uint32_t change_id, uint32_t window_id) {
void TestWindowTree::SetCanFocus(uint32_t window_id, bool can_focus) {}
+void TestWindowTree::SetCanAcceptEvents(uint32_t window_id,
+ bool can_accept_events) {}
+
void TestWindowTree::SetPredefinedCursor(uint32_t change_id,
uint32_t window_id,
ui::mojom::Cursor cursor_id) {}

Powered by Google App Engine
This is Rietveld 408576698