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

Unified Diff: ash/common/wm_lookup.h

Issue 2625843002: Folds WmRootWindowController into RootWindowController (Closed)
Patch Set: definition in wm_root_window_controller.cc 2 Created 3 years, 11 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/common/wm/workspace_controller.cc ('k') | ash/common/wm_root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_lookup.h
diff --git a/ash/common/wm_lookup.h b/ash/common/wm_lookup.h
index e6773608cb396f4ab7648f3e5b0a1948021119f9..c6b4b63b8b0f4e36af90c531f0a830dd011c2d38 100644
--- a/ash/common/wm_lookup.h
+++ b/ash/common/wm_lookup.h
@@ -15,7 +15,7 @@ class Widget;
namespace ash {
-class WmRootWindowController;
+class RootWindowController;
class WmWindow;
// WmLookup is used to lookup various wm types.
@@ -24,9 +24,9 @@ class ASH_EXPORT WmLookup {
static void Set(WmLookup* lookup);
static WmLookup* Get();
- // Returns the WmRootWindowController with the specified display id, or null
- // if there isn't one.
- virtual WmRootWindowController* GetRootWindowControllerWithDisplayId(
+ // Returns the RootWindowController with the specified display id, or null if
+ // there isn't one.
+ virtual RootWindowController* GetRootWindowControllerWithDisplayId(
int64_t id) = 0;
// Returns the WmWindow for the specified widget.
« no previous file with comments | « ash/common/wm/workspace_controller.cc ('k') | ash/common/wm_root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698