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

Unified Diff: ash/wm/lock_layout_manager.cc

Issue 2323823004: Add action for each button on opt-in IME menu. (Closed)
Patch Set: Created 4 years, 3 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 5203dd3a55ae383b6f705fa1dc18b6c9b1298a7e..d127e0c9db84f44f22a6bf62668d34311e766a26 100644
--- a/ash/wm/lock_layout_manager.cc
+++ b/ash/wm/lock_layout_manager.cc
@@ -120,6 +120,8 @@ void LockLayoutManager::OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) {
OnWindowResized();
}
+void LockLayoutManager::OnKeyboardHidden() {}
+
void LockLayoutManager::AdjustWindowsForWorkAreaChange(
const wm::WMEvent* event) {
DCHECK(event->type() == wm::WM_EVENT_DISPLAY_BOUNDS_CHANGED ||

Powered by Google App Engine
This is Rietveld 408576698