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

Unified Diff: ash/common/wm/lock_layout_manager.h

Issue 2747543002: ash: Start/stop observing KeyboardController via ShellObserver (Closed)
Patch Set: pass root_window to OnVirtualKeyboardStateChanged() Created 3 years, 9 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/common/wm/lock_layout_manager.h
diff --git a/ash/common/wm/lock_layout_manager.h b/ash/common/wm/lock_layout_manager.h
index 9ba7473d390c750a1e76a340ea26da62b2701457..5dc5904a28dcb0e2e62302f78f1cc846ab826df0 100644
--- a/ash/common/wm/lock_layout_manager.h
+++ b/ash/common/wm/lock_layout_manager.h
@@ -57,7 +57,8 @@ class ASH_EXPORT LockLayoutManager
const gfx::Rect& new_bounds) override;
// ShellObserver:
- void OnVirtualKeyboardStateChanged(bool activated) override;
+ void OnVirtualKeyboardStateChanged(bool activated,
+ WmWindow* root_window) override;
// keyboard::KeyboardControllerObserver overrides:
void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;

Powered by Google App Engine
This is Rietveld 408576698