Index: components/exo/wm_helper.cc |
diff --git a/components/exo/wm_helper.cc b/components/exo/wm_helper.cc |
index 46faffd93a4954c253c03c39523c9c9a1c59c1b6..cf0af3ed752746318e1e4f0c7f7760a458534637 100644 |
--- a/components/exo/wm_helper.cc |
+++ b/components/exo/wm_helper.cc |
@@ -103,6 +103,11 @@ void WMHelper::NotifyCursorSetChanged(ui::CursorSetType cursor_set) { |
observer.OnCursorSetChanged(cursor_set); |
} |
+void WMHelper::NotifyCursorDisplayChanging(const display::Display& display) { |
+ for (CursorObserver& observer : cursor_observers_) |
+ observer.OnCursorDisplayChanging(display); |
+} |
+ |
void WMHelper::NotifyMaximizeModeStarted() { |
for (MaximizeModeObserver& observer : maximize_mode_observers_) |
observer.OnMaximizeModeStarted(); |