| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 6f17e05c71878cf3c7d7a8d8aa7ac31ec1eeb392..96e15688daec499dcfd64c3dcd1d99629aedde7d 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -119,6 +119,7 @@ class RootWindowController;
|
| class ScopedTargetRootWindow;
|
| class ScreenAsh;
|
| class ScreenPositionController;
|
| +class SensorManagerDelegate;
|
| class SessionStateDelegate;
|
| class Shelf;
|
| class ShelfDelegate;
|
| @@ -733,6 +734,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Listens for output changes and updates the display manager.
|
| scoped_ptr<DisplayChangeObserver> display_change_observer_;
|
|
|
| + // Listens for accelerometer events to update the content shell.
|
| + scoped_ptr<SensorManagerDelegate> sensor_manager_delegate_;
|
| +
|
| scoped_ptr<TouchTransformerController> touch_transformer_controller_;
|
|
|
| #if defined(USE_X11)
|
|
|