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

Unified Diff: ui/aura/test/mus/test_window_tree.cc

Issue 2667073002: mash: changes can_accept_events to an enum (Closed)
Patch Set: merge Created 3 years, 11 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/test/mus/test_window_tree.h ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_tree.cc
diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
index 6245a046dd40425a509264c11170275da0812277..e9be6351aff40ba83dcbd9d1f438b29a05957d3a 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -244,8 +244,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::SetEventTargetingPolicy(
+ uint32_t window_id,
+ ui::mojom::EventTargetingPolicy policy) {}
void TestWindowTree::SetPredefinedCursor(uint32_t change_id,
uint32_t window_id,
« no previous file with comments | « ui/aura/test/mus/test_window_tree.h ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698