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

Unified Diff: ui/views/mus/native_widget_mus.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 | « ui/views/controls/touch/touch_hud_drawer.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index f4dd993de2343de60b7de5c11323406e87a7263c..fb7af8616b5997b2a4d47ef904ac96d65ee35605 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -78,7 +78,8 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
NativeWidgetMus(internal::NativeWidgetDelegate* delegate,
shell::Connector* connector,
ui::Window* window,
- ui::mojom::SurfaceType surface_type);
+ ui::mojom::SurfaceType surface_type,
+ bool accept_events = true);
~NativeWidgetMus() override;
// Configures the set of properties supplied to the window manager when
« no previous file with comments | « ui/views/controls/touch/touch_hud_drawer.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698