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 dd9822dbcd1b8ab90d6fa7c6b4a9a989adb68a38..9a4606c947117703ef5ddb551fa3f7ea6fb0e8ad 100644 |
--- a/services/ui/public/cpp/tests/test_window_tree.cc |
+++ b/services/ui/public/cpp/tests/test_window_tree.cc |
@@ -164,4 +164,6 @@ void TestWindowTree::GetCursorLocationMemory( |
callback.Run(mojo::ScopedSharedBufferHandle()); |
} |
+void TestWindowTree::SetAcceptEvents(uint32_t window_id, bool accept_events) {} |
+ |
} // namespace ui |