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

Unified Diff: components/exo/wm_helper_ash.h

Issue 2396883003: exo: Fix dragging edge cases (Closed)
Patch Set: Fix unit tests 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
Index: components/exo/wm_helper_ash.h
diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
index 138b9642abc0a3614a992dabd3e5eaa15a7bb731..1a9bf526650cb35922a809af4e38bba1ba558973 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -55,6 +55,8 @@ class WMHelperAsh : public WMHelper,
// Overriden from ash::ShellObserver:
void OnMaximizeModeStarted() override;
void OnMaximizeModeEnded() override;
+ void OnOverviewModeStarting() override;
+ void OnOverviewModeEnded() override;
private:
DISALLOW_COPY_AND_ASSIGN(WMHelperAsh);

Powered by Google App Engine
This is Rietveld 408576698