From b8984249eaca42461fc3266cc2b1d0057c71c840 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Fri, 12 Jul 2013 07:55:38 +0000 Subject: [Cleanup] * Remove aura from DisplayManager -Introduced DislayManager::Delegate to decouple DisplayController - Moved methods that requires aura to DisplayController - Changed to use DisplayInfo to get native bounds instead of RootWindow. * Moved mirror_window_controller_ from Shell to DisplayControlller. This should belong to DC rather than Shell. BUG=253991 Review URL: https://chromiumcodereview.appspot.com/19038002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211357 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/shell.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ash/shell.h') diff --git a/ash/shell.h b/ash/shell.h index a602cdf..69b8970e 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -111,7 +111,6 @@ class EventClientImpl; class EventRewriterEventFilter; class EventTransformationHandler; class FocusCycler; -class MirrorWindowController; class MouseCursorEventFilter; class OutputConfiguratorAnimation; class OverlayEventFilter; @@ -287,9 +286,6 @@ class ASH_EXPORT Shell internal::DisplayManager* display_manager() { return display_manager_.get(); } - internal::MirrorWindowController* mirror_window_controller() { - return mirror_window_controller_.get(); - } views::corewm::InputMethodEventFilter* input_method_filter() { return input_method_filter_.get(); } @@ -586,7 +582,6 @@ class ASH_EXPORT Shell scoped_ptr input_method_filter_; scoped_ptr display_manager_; - scoped_ptr mirror_window_controller_; #if defined(OS_CHROMEOS) && defined(USE_X11) // Controls video output device state. -- cgit v1.1