| Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc
|
| index ad9e9681a1b0ecdec6bbc81f42d03820d53da019..6289ba20d6a1e38b62ca85bb9e7ff5f1b35513f8 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc
|
| @@ -72,10 +72,6 @@ const double kMiniTitleChangeThrobOpacity = 0.75;
|
| // Duration for when the title of an inactive mini-tab changes.
|
| const int kMiniTitleChangeThrobDuration = 1000;
|
|
|
| -const SkScalar kTabCapWidth = 15;
|
| -const SkScalar kTabTopCurveWidth = 4;
|
| -const SkScalar kTabBottomCurveWidth = 3;
|
| -
|
| // The vertical and horizontal offset used to position the close button
|
| // in the tab. TODO(jhawkins): Ask pkasting what the Fuzz is about.
|
| const int kCloseButtonVertFuzz = 0;
|
|
|