| Index: components/mus/public/cpp/window_observer.h
|
| diff --git a/components/mus/public/cpp/window_observer.h b/components/mus/public/cpp/window_observer.h
|
| index 979428adf8662cbe8f45ac45a461d48b646bf849..4fb4592c8b40b99c8b00ce8ac01a4adb2a6fcadb 100644
|
| --- a/components/mus/public/cpp/window_observer.h
|
| +++ b/components/mus/public/cpp/window_observer.h
|
| @@ -64,6 +64,9 @@ class WindowObserver {
|
|
|
| virtual void OnWindowFocusChanged(Window* gained_focus, Window* lost_focus) {}
|
|
|
| + virtual void OnWindowPredefinedCursorChanged(Window* window,
|
| + mojom::Cursor cursor) {}
|
| +
|
| virtual void OnWindowInputEvent(Window* window,
|
| const mojom::EventPtr& event) {}
|
|
|
|
|