| Index: ash/wm/lock_layout_manager.h
|
| diff --git a/ash/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h
|
| index 9e8390d43eb673d642efe91f134193e6d88bc432..bdc8c01ed8977790f205780aac13d5b0ffc2c413 100644
|
| --- a/ash/wm/lock_layout_manager.h
|
| +++ b/ash/wm/lock_layout_manager.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/shell_delegate.h"
|
| +#include "ash/snap_to_pixel_layout_manager.h"
|
| #include "ash/wm/wm_types.h"
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -44,7 +45,7 @@ class WMEvent;
|
| // For all windows in LockScreenContainer default wm::WindowState is replaced
|
| // with LockWindowState.
|
| class ASH_EXPORT LockLayoutManager
|
| - : public aura::LayoutManager,
|
| + : public SnapToPixelLayoutManager,
|
| public aura::WindowObserver,
|
| public VirtualKeyboardStateObserver,
|
| public keyboard::KeyboardControllerObserver {
|
|
|