Chromium Code Reviews| Index: chrome/browser/views/tabs/tab_renderer.h |
| =================================================================== |
| --- chrome/browser/views/tabs/tab_renderer.h (revision 21189) |
| +++ chrome/browser/views/tabs/tab_renderer.h (working copy) |
| @@ -155,6 +155,9 @@ |
| // Close Button. |
| views::ImageButton* close_button_; |
| + // The current color of the close button. |
| + SkColor close_button_color_; |
| + |
| // Hover animation. |
| scoped_ptr<SlideAnimation> hover_animation_; |