| Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc (revision 96939)
|
| +++ chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc (working copy)
|
| @@ -72,6 +72,10 @@
|
| // 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;
|
|
|
| Property changes on: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|