| Index: ash/wm/lock_layout_manager.h
|
| diff --git a/ash/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h
|
| index 43b89043f63f0bff58794c20edc303c02640c6bb..95aeffb614ca52b692ccc178153623fb3b6ba094 100644
|
| --- a/ash/wm/lock_layout_manager.h
|
| +++ b/ash/wm/lock_layout_manager.h
|
| @@ -66,11 +66,15 @@ class ASH_EXPORT LockLayoutManager
|
| void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
|
| void OnKeyboardClosed() override;
|
|
|
| - private:
|
| + protected:
|
| // Adjusts the bounds of all managed windows when the display area changes.
|
| // This happens when the display size, work area insets has changed.
|
| void AdjustWindowsForWorkAreaChange(const wm::WMEvent* event);
|
|
|
| + aura::Window* window() { return window_; }
|
| + aura::Window* root_window() { return root_window_; }
|
| +
|
| + private:
|
| aura::Window* window_;
|
| aura::Window* root_window_;
|
|
|
|
|