summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 23:45:41 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 23:45:41 +0000
commit0be0ee30616010ba8f8a21af50dbcdf6d0943363 (patch)
treec387aaa23ef90f7d89ff8221ca6ee59370adf4b4 /chrome/browser/views/tabs
parent759dd968342752e9b30710197898f777f1add3d8 (diff)
downloadchromium_src-0be0ee30616010ba8f8a21af50dbcdf6d0943363.zip
chromium_src-0be0ee30616010ba8f8a21af50dbcdf6d0943363.tar.gz
chromium_src-0be0ee30616010ba8f8a21af50dbcdf6d0943363.tar.bz2
Fix linux/mac build errors.
TBR=jrg BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tabs')
-rw-r--r--chrome/browser/views/tabs/tab_renderer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/tabs/tab_renderer.h b/chrome/browser/views/tabs/tab_renderer.h
index e913e0e..d157ceb 100644
--- a/chrome/browser/views/tabs/tab_renderer.h
+++ b/chrome/browser/views/tabs/tab_renderer.h
@@ -155,9 +155,6 @@ class TabRenderer : public views::View,
// Close Button.
views::ImageButton* close_button_;
- // The current color of the close button.
- SkColor close_button_color_;
-
// Hover animation.
scoped_ptr<SlideAnimation> hover_animation_;
@@ -201,6 +198,9 @@ class TabRenderer : public views::View,
// The offset used to animate the favicon location.
int fav_icon_hiding_offset_;
+ // The current color of the close button.
+ SkColor close_button_color_;
+
// The animation object used to swap the favicon with the sad tab icon.
class FavIconCrashAnimation;
FavIconCrashAnimation* crash_animation_;