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

Unified Diff: ash/shell_delegate.h

Issue 37733003: Make GetRootWindow() return a Window instead of a RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First cut for review/trybots Created 7 years, 2 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/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 65b445d56f3a982f309617c7220b080b69c67c90..caff477a0a1f1f082be357f4c96f5d46024dc041 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -202,7 +202,7 @@ class ASH_EXPORT ShellDelegate {
virtual void HandleMediaPrevTrack() = 0;
// Creates a menu model of the context for the |root_window|.
- virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root_window) = 0;
+ virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0;
// Creates a root window host factory. Shell takes ownership of the returned
// value.

Powered by Google App Engine
This is Rietveld 408576698