| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 49fbda981fb1dd36582ac53e4b48ce584d6d5797..2ff4cf982d18608f2e5ebe925685bcb1ee909286 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -105,6 +105,7 @@ class SystemTray;
|
| class SystemTrayDelegate;
|
| class SystemTrayNotifier;
|
| class ToplevelWindowEventHandler;
|
| +class TouchCTMController;
|
| class UserActivityDetector;
|
| class UserWallpaperDelegate;
|
| class VideoDetector;
|
| @@ -654,6 +655,7 @@ class ASH_EXPORT Shell
|
| scoped_ptr<WindowSelectorController> window_selector_controller_;
|
| scoped_ptr<internal::FocusCycler> focus_cycler_;
|
| scoped_ptr<DisplayController> display_controller_;
|
| + scoped_ptr<TouchCTMController> touch_ctm_controller_;
|
| scoped_ptr<HighContrastController> high_contrast_controller_;
|
| scoped_ptr<MagnificationController> magnification_controller_;
|
| scoped_ptr<PartialMagnificationController> partial_magnification_controller_;
|
|
|