Index: ash/common/wm/panels/panel_layout_manager.h |
diff --git a/ash/common/wm/panels/panel_layout_manager.h b/ash/common/wm/panels/panel_layout_manager.h |
index 54efd897e38a4e85344075b92a899962160627d3..8c7d7454a7038908372ed9d827b9a604a6e8d85a 100644 |
--- a/ash/common/wm/panels/panel_layout_manager.h |
+++ b/ash/common/wm/panels/panel_layout_manager.h |
@@ -170,6 +170,7 @@ class ASH_EXPORT PanelLayoutManager |
// Overridden from keyboard::KeyboardControllerObserver: |
void OnKeyboardBoundsChanging(const gfx::Rect& keyboard_bounds) override; |
+ void OnKeyboardHidden() override; |
// Parent window associated with this layout manager. |
WmWindow* panel_container_; |