diff options
Diffstat (limited to 'ash/wm/property_util.cc')
-rw-r--r-- | ash/wm/property_util.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ash/wm/property_util.cc b/ash/wm/property_util.cc index a51d298..50a7bed 100644 --- a/ash/wm/property_util.cc +++ b/ash/wm/property_util.cc @@ -8,7 +8,6 @@ #include "ash/wm/window_properties.h" #include "ash/wm/window_util.h" #include "ui/aura/client/aura_constants.h" -#include "ui/aura/root_window.h" #include "ui/aura/window.h" #include "ui/base/ui_base_types.h" #include "ui/gfx/rect.h" @@ -73,14 +72,4 @@ void SetDefaultPersistsAcrossAllWorkspaces(bool value) { g_default_windows_persist_across_all_workspaces = value; } -internal::RootWindowController* GetRootWindowController( - aura::RootWindow* root_window) { - return root_window->GetProperty(internal::kRootWindowControllerKey); } - -void SetRootWindowController(aura::RootWindow* root_window, - internal::RootWindowController* controller) { - root_window->SetProperty(internal::kRootWindowControllerKey, controller); -} - -} // namespace ash |