| Index: ash/wm/panels/panel_layout_manager.h
|
| diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/panels/panel_layout_manager.h
|
| index 9cc572f42679a953d5e04acb24705bffd945eacd..dce27a0fa94c665fd54ac3ad1b7bff9c44015b85 100644
|
| --- a/ash/wm/panels/panel_layout_manager.h
|
| +++ b/ash/wm/panels/panel_layout_manager.h
|
| @@ -90,7 +90,7 @@ class ASH_EXPORT PanelLayoutManager
|
| void OnWillRemoveWindowFromLayout(aura::Window* child) override;
|
| void OnWindowRemovedFromLayout(aura::Window* child) override;
|
| void OnChildWindowVisibilityChanged(aura::Window* child,
|
| - bool visibile) override;
|
| + bool visible) override;
|
| void SetChildBounds(aura::Window* child,
|
| const gfx::Rect& requested_bounds) override;
|
|
|
|
|