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

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

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change window manager connection unittest to original 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
« no previous file with comments | « services/ui/public/cpp/lib/window_tree_client.cc ('k') | services/ui/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/test_window_tree.h
diff --git a/services/ui/public/cpp/tests/test_window_tree.h b/services/ui/public/cpp/tests/test_window_tree.h
index edd2c4cae4cda2e6660ea85f6b30cebaf5404ad4..b2dd8b94400945557a48169bc3b66acdbe126a0c 100644
--- a/services/ui/public/cpp/tests/test_window_tree.h
+++ b/services/ui/public/cpp/tests/test_window_tree.h
@@ -100,6 +100,7 @@ class TestWindowTree : public mojom::WindowTree {
override;
void GetCursorLocationMemory(const GetCursorLocationMemoryCallback& callback)
override;
+ void SetAcceptEvents(uint32_t window_id, bool accept_events) override;
bool got_change_;
uint32_t change_id_;
« no previous file with comments | « services/ui/public/cpp/lib/window_tree_client.cc ('k') | services/ui/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698