Index: ash/wm/window_util.cc |
diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc |
index 5ac2f118c072ec274cf2aab76eefc38fb08c54fc..833e02c0271e1e527e49e48f1fd9c8427ced24ff 100644 |
--- a/ash/wm/window_util.cc |
+++ b/ash/wm/window_util.cc |
@@ -99,5 +99,10 @@ void CenterWindow(aura::Window* window) { |
window->SetBounds(center); |
} |
+internal::RootWindowController* GetRootWindowController( |
+ aura::RootWindow* root_window) { |
+ return root_window->GetProperty(internal::kRootWindowControllerKey); |
+} |
+ |
} // namespace wm |
} // namespace ash |