| 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 2eaea6547c16b837fb5a972713df89204bdbe867..b170672b902ee42982c8637ef206d166897685be 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.h
|
| +++ b/chrome/browser/ui/views/tabs/tab.h
|
| @@ -126,6 +126,10 @@ class Tab : public gfx::AnimationDelegate,
|
| // user to click to select/activate the tab.
|
| int GetWidthOfLargestSelectableRegion() const;
|
|
|
| + // Called when stacked layout changes and the close button may need to
|
| + // be updated.
|
| + void HideCloseButtonForInactiveTabsChanged() { Layout(); }
|
| +
|
| // Returns the inset within the first dragged tab to use when calculating the
|
| // "drag insertion point". If we simply used the x-coordinate of the tab,
|
| // we'd be calculating based on a point well before where the user considers
|
|
|