| Index: chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_view.mm b/chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| index d30443e1af4cd1502829602f211ac6120b4a16f3..8bb0a13d8847dd768451a31cf1c7e2bd9a5d0b15 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.mm
|
| @@ -25,8 +25,6 @@ const int kFillHeight = 25; // Height of the "mask on" part of the mask bitmap.
|
|
|
| // Constants for inset and control points for tab shape.
|
| const CGFloat kInsetMultiplier = 2.0/3.0;
|
| -const CGFloat kControlPoint1Multiplier = 1.0/3.0;
|
| -const CGFloat kControlPoint2Multiplier = 3.0/8.0;
|
|
|
| // The amount of time in seconds during which each type of glow increases, holds
|
| // steady, and decreases, respectively.
|
|
|