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

Unified Diff: components/mus/public/cpp/window.h

Issue 2013503002: Keep non-key event handling in-house for NativeWidgetMus Base URL: https://chromium.googlesource.com/chromium/src.git@native_widget_mus9
Patch Set: rebase Created 4 years, 7 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 | « no previous file | ui/views/mus/native_widget_mus.cc » ('j') | ui/views/mus/native_widget_mus_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/window.h
diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
index cb19d02f6be0d555cbf87383a71309b098c5e0d4..111a81a1ec2126a36affc043f1ed2bd13cac0e59 100644
--- a/components/mus/public/cpp/window.h
+++ b/components/mus/public/cpp/window.h
@@ -155,6 +155,9 @@ class Window {
template <typename T>
void ClearLocalProperty(const WindowProperty<T>* property);
+ InputEventHandler* input_event_handler() {
+ return input_event_handler_;
+ }
void set_input_event_handler(InputEventHandler* input_event_handler) {
input_event_handler_ = input_event_handler;
}
« no previous file with comments | « no previous file | ui/views/mus/native_widget_mus.cc » ('j') | ui/views/mus/native_widget_mus_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698