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

Unified Diff: services/ui/public/cpp/lib/window.cc

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 | « mash/touch_hud/touch_hud_application.cc ('k') | services/ui/public/cpp/lib/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/lib/window.cc
diff --git a/services/ui/public/cpp/lib/window.cc b/services/ui/public/cpp/lib/window.cc
index 5d74e4554e87846ae99905befe2d9a98c08de17d..cbbf0b54acccceeac731bc985512d48de55d5d38 100644
--- a/services/ui/public/cpp/lib/window.cc
+++ b/services/ui/public/cpp/lib/window.cc
@@ -472,6 +472,11 @@ std::string Window::GetName() const {
return std::string();
}
+void Window::SetAcceptEvents(bool accept_events) {
+ if (client_)
+ client_->SetAcceptEvents(server_id_, accept_events);
+}
+
////////////////////////////////////////////////////////////////////////////////
// Window, protected:
« no previous file with comments | « mash/touch_hud/touch_hud_application.cc ('k') | services/ui/public/cpp/lib/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698