summaryrefslogtreecommitdiffstats
path: root/ash/display/display_controller.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-16 22:24:15 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-16 22:24:15 +0000
commitefbc0501471d786876c18c16f9534260b3ac4ecf (patch)
tree83c1ad4f614082b6cb82ff34d646d46006da6e92 /ash/display/display_controller.h
parent923ff89912b0466be41099cd2975e65e4b24ba37 (diff)
downloadchromium_src-efbc0501471d786876c18c16f9534260b3ac4ecf.zip
chromium_src-efbc0501471d786876c18c16f9534260b3ac4ecf.tar.gz
chromium_src-efbc0501471d786876c18c16f9534260b3ac4ecf.tar.bz2
Move SetLayoutForCurrentDisplays to DisplayManager
BUG=273142 R=mukai@chromium.org TBR=hongbo.min@intel.com, pkotwicz@chromium.org Review URL: https://codereview.chromium.org/27257004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/display/display_controller.h')
-rw-r--r--ash/display/display_controller.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index bbfd55a..dbe5f50 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -9,7 +9,6 @@
#include <vector>
#include "ash/ash_export.h"
-#include "ash/display/display_layout.h"
#include "ash/display/display_manager.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -129,10 +128,6 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
gfx::Insets GetOverscanInsets(int64 display_id) const;
void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
- // Sets the layout for the current display pair. The |layout| specifies
- // the locaion of the secondary display relative to the primary.
- void SetLayoutForCurrentDisplays(const DisplayLayout& layout);
-
// Checks if the mouse pointer is on one of displays, and moves to
// the center of the nearest display if it's outside of all displays.
void EnsurePointerInDisplays();
@@ -179,11 +174,6 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
// map.
aura::RootWindow* AddRootWindowForDisplay(const gfx::Display& display);
- void UpdateDisplayBoundsForLayout();
-
- void SetLayoutForDisplayIdPair(const DisplayIdPair& display_pair,
- const DisplayLayout& layout);
-
void OnFadeOutForSwapDisplayFinished();
void UpdateHostWindowNames();