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

Unified Diff: components/exo/wm_helper_ash.h

Issue 2396883003: exo: Fix dragging edge cases (Closed)
Patch Set: Rebase Created 3 years, 11 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 ce44f948eeef55b597c48645ecab0283bf778ddb..4cb0b48dce1cc582fb0c4b30b7d8cc4e7c542ae2 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -65,6 +65,8 @@ class WMHelperAsh : public WMHelper,
// Overriden from ash::ShellObserver:
void OnMaximizeModeStarted() override;
void OnMaximizeModeEnded() override;
+ void OnOverviewModeStarting() override;
+ void OnOverviewModeEnded() override;
// Overriden from ui::InputDeviceEventObserver:
void OnKeyboardDeviceConfigurationChanged() override;

Powered by Google App Engine
This is Rietveld 408576698