| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 9e6e046ccefe55dad3ac68dbff0b82e6b2bbf7b8..c355edff6aee7c2963e36439de7102a15b171100 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -118,6 +118,7 @@ class ResolutionNotificationController;
|
| class RootWindowController;
|
| class ScopedTargetRootWindow;
|
| class ScreenAsh;
|
| +class ScreenOrientationDelegateAsh;
|
| class ScreenPositionController;
|
| class SessionStateDelegate;
|
| class Shelf;
|
| @@ -729,6 +730,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Listens for output changes and updates the display manager.
|
| scoped_ptr<DisplayChangeObserver> display_change_observer_;
|
|
|
| + // Implements content::ScreenOrientationDelegate for ChromeOS
|
| + scoped_ptr<ScreenOrientationDelegateAsh> screen_orientation_delegate_;
|
| +
|
| #if defined(USE_X11)
|
| scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_;
|
| scoped_ptr<ui::EventHandler> speech_feedback_handler_;
|
|
|