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

Unified Diff: ash/wm/lock_layout_manager.cc

Issue 1205063002: Fix user pod not always scroll to the center after VK shows up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: ash/wm/lock_layout_manager.cc
diff --git a/ash/wm/lock_layout_manager.cc b/ash/wm/lock_layout_manager.cc
index 590b949b383ca0dacb4adc1448fe950758f0008e..80e1b17d29093e365b6ec90e72f9c8710875132f 100644
--- a/ash/wm/lock_layout_manager.cc
+++ b/ash/wm/lock_layout_manager.cc
@@ -121,6 +121,9 @@ void LockLayoutManager::OnVirtualKeyboardStateChanged(bool activated) {
}
void LockLayoutManager::OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) {
+}
+
+void LockLayoutManager::OnKeyboardBoundsChanged(const gfx::Rect& new_bounds) {
keyboard_bounds_ = new_bounds;
OnWindowResized();
}

Powered by Google App Engine
This is Rietveld 408576698