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

Unified Diff: ash/keyboard/keyboard_observer_register.cc

Issue 2871813002: Converts remaining usage of WmLayoutManager to aura::LayoutManager (Closed)
Patch Set: cleanup Created 3 years, 7 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
« no previous file with comments | « ash/keyboard/keyboard_observer_register.h ('k') | ash/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard/keyboard_observer_register.cc
diff --git a/ash/keyboard/keyboard_observer_register.cc b/ash/keyboard/keyboard_observer_register.cc
index 9a38d4616db2fcee65179064a333a162ef9a749c..2f6902bb443380befe9da8dab6f87b5376edc0c1 100644
--- a/ash/keyboard/keyboard_observer_register.cc
+++ b/ash/keyboard/keyboard_observer_register.cc
@@ -10,8 +10,8 @@ namespace ash {
void UpdateKeyboardObserverFromStateChanged(
bool keyboard_activated,
- WmWindow* keyboard_root_window,
- WmWindow* observer_root_window,
+ aura::Window* keyboard_root_window,
+ aura::Window* observer_root_window,
ScopedObserver<keyboard::KeyboardController,
keyboard::KeyboardControllerObserver>* keyboard_observer) {
if (keyboard_root_window != observer_root_window)
« no previous file with comments | « ash/keyboard/keyboard_observer_register.h ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698