| Index: components/exo/wm_helper_ash.cc
|
| diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
|
| index 9026e20468c632ad6081a2b29980e4ec4dc7ce57..a66b62af17102280c78cf79d102de9c76a249e4a 100644
|
| --- a/components/exo/wm_helper_ash.cc
|
| +++ b/components/exo/wm_helper_ash.cc
|
| @@ -140,4 +140,12 @@ void WMHelperAsh::OnKeyboardDeviceConfigurationChanged() {
|
| NotifyKeyboardDeviceConfigurationChanged();
|
| }
|
|
|
| +void WMHelperAsh::OnOverviewModeStarting() {
|
| + NotifyOverviewModeStarted();
|
| +}
|
| +
|
| +void WMHelperAsh::OnOverviewModeEnded() {
|
| + NotifyOverviewModeEnded();
|
| +}
|
| +
|
| } // namespace exo
|
|
|