Index: chrome/browser/ui/views/tabs/tab_strip.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc |
index d8e03f221321efbc2f706ee73ee71d90917fbc67..4fe14bc64bccb59233d189f8b5f37917efc09b99 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.cc |
+++ b/chrome/browser/ui/views/tabs/tab_strip.cc |
@@ -168,7 +168,7 @@ int TabStrip::GetPreferredHeight() { |
void TabStrip::SetBackgroundOffset(const gfx::Point& offset) { |
for (int i = 0; i < tab_count(); ++i) |
- GetTabAtTabDataIndex(i)->SetBackgroundOffset(offset); |
+ GetTabAtTabDataIndex(i)->set_background_offset(offset); |
} |
bool TabStrip::IsPositionInWindowCaption(const gfx::Point& point) { |