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

Unified Diff: components/exo/wm_helper_ash.h

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
Index: components/exo/wm_helper_ash.h
diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
index 64797897178e7859d80e0c3d6e42a6ef81481aa8..0a810a7f72328675d605d5ac0daf325f3ab649de 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -63,6 +63,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