Chromium Code Reviews| Index: ash/launcher/launcher.h |
| diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h |
| index c67080173446b0790c4b6f84ad272cd04b63ef79..67810586715f050913647e60f89a4de2acd80ec5 100644 |
| --- a/ash/launcher/launcher.h |
| +++ b/ash/launcher/launcher.h |
| @@ -89,6 +89,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. |