| Index: components/mus/public/cpp/window.h
|
| diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
|
| index d94d01a3bdb584b3ae197866c9d20e9b94850eb1..4c3c7e68139e6c9f6e1c3f4470cece7eb8cdd3ad 100644
|
| --- a/components/mus/public/cpp/window.h
|
| +++ b/components/mus/public/cpp/window.h
|
| @@ -158,6 +158,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;
|
| }
|
|
|