| Index: chrome/browser/ui/views/tabs/base_tab.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/base_tab.cc (revision 144784)
|
| +++ chrome/browser/ui/views/tabs/base_tab.cc (working copy)
|
| @@ -543,14 +543,8 @@
|
| Browser::FormatTitleForDisplay(&title);
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| canvas->DrawFadeTruncatingString(title, gfx::Canvas::TruncateFadeTail, 0,
|
| *font_, title_color, title_bounds);
|
| -#else
|
| - canvas->DrawStringInt(title, *font_, title_color,
|
| - title_bounds.x(), title_bounds.y(),
|
| - title_bounds.width(), title_bounds.height());
|
| -#endif
|
| }
|
|
|
| void BaseTab::AnimationProgressed(const ui::Animation* animation) {
|
|
|