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..a5f49100a3bcce9fc52f9fcd93b6dcefecde3e01 100644 |
--- a/services/ui/public/cpp/tests/test_window_tree.cc |
+++ b/services/ui/public/cpp/tests/test_window_tree.cc |
@@ -171,4 +171,6 @@ void TestWindowTree::PerformWindowMove(uint32_t change_id, |
void TestWindowTree::CancelWindowMove(uint32_t window_id) {} |
+void TestWindowTree::SetAcceptEvents(uint32_t window_id, bool accept_events) {} |
+ |
} // namespace ui |