Index: ash/shell_port.h |
diff --git a/ash/shell_port.h b/ash/shell_port.h |
index f91f2e80172239c7f96684af8571123152cd00bf..1c99f6d4fcbf7d9ed7b3677e6d94d22a21610d34 100644 |
--- a/ash/shell_port.h |
+++ b/ash/shell_port.h |
@@ -77,10 +77,7 @@ class ASH_EXPORT ShellPort { |
virtual Config GetAshConfig() const = 0; |
- // Convenience for GetPrimaryRootWindow()->GetRootWindowController(). |
- RootWindowController* GetPrimaryRootWindowController(); |
- |
- virtual WmWindow* GetPrimaryRootWindow() = 0; |
+ virtual aura::Window* GetPrimaryRootWindow() = 0; |
// Returns the root window for the specified display. |
virtual WmWindow* GetRootWindowForDisplayId(int64_t display_id) = 0; |