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

Unified Diff: components/exo/wm_helper_ash.cc

Issue 2396883003: exo: Fix dragging edge cases (Closed)
Patch Set: Fix presubmit errors Created 4 years, 2 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
« components/exo/display.h ('K') | « components/exo/wm_helper_ash.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.cc
diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
index 21a085fd4b42a942bd5363dd9c818261a4b1932d..e8c3a91779232035b34d59885704e8c64752914c 100644
--- a/components/exo/wm_helper_ash.cc
+++ b/components/exo/wm_helper_ash.cc
@@ -133,4 +133,12 @@ void WMHelperAsh::OnMaximizeModeEnded() {
NotifyMaximizeModeEnded();
}
+void WMHelperAsh::OnOverviewModeStarting() {
+ NotifyOverviewModeStarted();
+}
+
+void WMHelperAsh::OnOverviewModeEnded() {
+ NotifyOverviewModeEnded();
+}
+
} // namespace exo
« components/exo/display.h ('K') | « components/exo/wm_helper_ash.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698