Chromium Code Reviews| Index: ash/launcher/launcher.h |
| diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h |
| index f9bdcc0b48613724d10b017b32b16a44f266d3b2..a3e9b40323f52efa96d180bc3db4c3c232189910 100644 |
| --- a/ash/launcher/launcher.h |
| +++ b/ash/launcher/launcher.h |
| @@ -85,6 +85,8 @@ class ASH_EXPORT Launcher { |
| void SetVisible(bool visible) const; |
| bool IsVisible() const; |
| + void SchedulePaint(); |
| + |
| views::View* GetAppListButtonView() const; |
| // Launch a 0-indexed launcher item in the Launcher. |