Chromium Code Reviews| Index: chrome/browser/ui/views/tabs/tab.h |
| diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h |
| index c489362579855c14b2e33e36d4b943fcfe84cc55..d5f9b75ffd49cd7aa2f3fc93bfe0a3c30c1e013d 100644 |
| --- a/chrome/browser/ui/views/tabs/tab.h |
| +++ b/chrome/browser/ui/views/tabs/tab.h |
| @@ -279,6 +279,10 @@ class Tab : public gfx::AnimationDelegate, |
| // Returns true if the crash animation is currently running. |
| bool IsPerformingCrashAnimation() const; |
| + // Sets the close button normal-state image using the current |
| + // |close_button_color_|. |
| + void SetCloseButtonNormalImage(); |
|
miu
2015/09/18 01:13:37
naming: When I was originally reading this, I was
Peter Kasting
2015/09/18 01:17:13
Neither of those names would be accurate, though.
miu
2015/09/19 00:19:58
It's a moot point now (at patch set 3), but back a
|
| + |
| // Schedules repaint task for icon. |
| void ScheduleIconPaint(); |