| Index: chrome/browser/ui/views/tabs/tab.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h
|
| index 9aefb65dc68824dfbb7628208acee1ad9a9c1433..180b1d95b393ae4007e5abc73f405ca8a3dcdd64 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.h
|
| +++ b/chrome/browser/ui/views/tabs/tab.h
|
| @@ -52,6 +52,9 @@ class Tab : public gfx::AnimationDelegate,
|
| // The Tab's class name.
|
| static const char kViewClassName[];
|
|
|
| + // The amount of overlap between two adjacent tabs.
|
| + static constexpr int kOverlap = 16;
|
| +
|
| Tab(TabController* controller, gfx::AnimationContainer* container);
|
| ~Tab() override;
|
|
|
|
|