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

Unified Diff: ash/wm_window.h

Issue 2911393002: Nix GetRootWindowController, use RootWindowController::ForWindow. (Closed)
Patch Set: Sync and rebase. 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
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index decd1788b30d9b6def932b00faf467967632eeff..b3e1580934b9fa6b3cf6e4b4bfe2ddbe2931abca 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -36,7 +36,6 @@ class Layer;
namespace ash {
-class RootWindowController;
class WmTransientWindowObserver;
enum class WmWindowProperty;
@@ -93,7 +92,6 @@ class ASH_EXPORT WmWindow : public ::wm::TransientWindowObserver {
const_cast<const WmWindow*>(this)->GetRootWindow());
}
const WmWindow* GetRootWindow() const;
- RootWindowController* GetRootWindowController();
// See shell_window_ids.h for list of known ids.
WmWindow* GetChildByShellWindowId(int id);

Powered by Google App Engine
This is Rietveld 408576698