| 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();
|
| +
|
| // Schedules repaint task for icon.
|
| void ScheduleIconPaint();
|
|
|
|
|