diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 5 |
1 files changed, 0 insertions, 5 deletions
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<views::corewm::InputMethodEventFilter> input_method_filter_; scoped_ptr<internal::DisplayManager> display_manager_; - scoped_ptr<internal::MirrorWindowController> mirror_window_controller_; #if defined(OS_CHROMEOS) && defined(USE_X11) // Controls video output device state. |