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

Unified Diff: components/exo/keyboard.cc

Issue 2704173002: Update the layout mode first when exiting tablet mode (Closed)
Patch Set: . Created 3 years, 10 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/keyboard.cc
diff --git a/components/exo/keyboard.cc b/components/exo/keyboard.cc
index c651a5672bacc8a045a3c903b7f69f1dfad43077..fd261e1ec9dc0aee123cddf5def1db6844d62f5f 100644
--- a/components/exo/keyboard.cc
+++ b/components/exo/keyboard.cc
@@ -221,6 +221,8 @@ void Keyboard::OnMaximizeModeStarted() {
OnKeyboardDeviceConfigurationChanged();
}
+void Keyboard::OnMaximizeModeEnding() {}
+
void Keyboard::OnMaximizeModeEnded() {
OnKeyboardDeviceConfigurationChanged();
}

Powered by Google App Engine
This is Rietveld 408576698