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

Unified Diff: ash/shell.h

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/shelf/shelf_widget.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 29d8f42ef67d5d12a75cec2d3373566452279782..484ef62fd55293258c5003b97aa3a09774fe3965 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -578,7 +578,8 @@ class ASH_EXPORT Shell : public SessionObserver,
// Notifies observers that the virtual keyboard has been
// activated/deactivated for |root_window|.
- void NotifyVirtualKeyboardActivated(bool activated, WmWindow* root_window);
+ void NotifyVirtualKeyboardActivated(bool activated,
+ aura::Window* root_window);
// Notifies observers that the shelf was created for |root_window|.
// TODO(jamescook): Move to Shelf.
« no previous file with comments | « ash/shelf/shelf_widget.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698