| Index: ash/wm/wm_snap_to_pixel_layout_manager.h
|
| diff --git a/ash/wm/wm_snap_to_pixel_layout_manager.h b/ash/wm/wm_snap_to_pixel_layout_manager.h
|
| index 3e9ac7518b493a8c6b32056d1ae6bf0d1dcfaf1e..90766f1bd940eeebd6c38f0f4ca2827cbf2954ce 100644
|
| --- a/ash/wm/wm_snap_to_pixel_layout_manager.h
|
| +++ b/ash/wm/wm_snap_to_pixel_layout_manager.h
|
| @@ -30,7 +30,7 @@ class ASH_EXPORT WmSnapToPixelLayoutManager : public aura::LayoutManager {
|
| 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;
|
|
|
|
|