Index: chrome/browser/views/tabs/tab.cc |
=================================================================== |
--- chrome/browser/views/tabs/tab.cc (revision 53545) |
+++ chrome/browser/views/tabs/tab.cc (working copy) |
@@ -319,8 +319,7 @@ |
title_bounds_.set_x(MirroredLeftPointForRect(title_bounds_)); |
} |
-void Tab::ThemeChanged() { |
- BaseTab::ThemeChanged(); |
+void Tab::OnThemeChanged() { |
Tab::LoadTabImages(); |
} |