Index: ash/aura/wm_shelf_aura.h |
diff --git a/ash/aura/wm_shelf_aura.h b/ash/aura/wm_shelf_aura.h |
index 148828779da5a64640c5860f4301d3609ccfe982..89ee13e328f601dd0328127d2eca356633164376 100644 |
--- a/ash/aura/wm_shelf_aura.h |
+++ b/ash/aura/wm_shelf_aura.h |
@@ -48,6 +48,8 @@ class ASH_EXPORT WmShelfAura : public WmShelf, |
void UpdateAutoHideState() override; |
ShelfBackgroundType GetBackgroundType() const override; |
bool IsDimmed() const override; |
+ bool IsShowingOverflowBubble() const override; |
+ void SchedulePaint() override; |
bool IsVisible() const override; |
void UpdateVisibilityState() override; |
ShelfVisibilityState GetVisibilityState() const override; |