| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 4d15cd3083da3d815489318c62031e64606d1e2c..988b6442b5d7589f707ea2498dbe861f065f2243 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -87,6 +87,7 @@ class GPUSupport;
|
| class HighContrastController;
|
| class LockStateController;
|
| class MagnificationController;
|
| +class MagnifierKeyScroller;
|
| class MediaDelegate;
|
| class MruWindowTracker;
|
| class NestedDispatcherController;
|
| @@ -698,6 +699,8 @@ class ASH_EXPORT Shell
|
|
|
| // Listens for output changes and updates the display manager.
|
| scoped_ptr<internal::DisplayChangeObserver> display_change_observer_;
|
| +
|
| + scoped_ptr<MagnifierKeyScroller> magnifier_key_scroller_;
|
| #endif // defined(USE_X11)
|
| #endif // defined(OS_CHROMEOS)
|
|
|
|
|