Index: chrome/browser/ui/views/tabs/tab_strip.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc |
index bfc6da2583ac3cabd670cb84803322a92f01e6f1..98544cfce9ccec2e9a2ddca38c00f75e5bf65084 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.cc |
+++ b/chrome/browser/ui/views/tabs/tab_strip.cc |
@@ -1268,7 +1268,8 @@ void TabStrip::PaintChildren(const ui::PaintContext& context) { |
const uint8_t inactive_tab_alpha = |
(host_desktop_type == chrome::HOST_DESKTOP_TYPE_ASH) ? |
GetInactiveAlpha(false) : 255; |
- ui::CompositingRecorder opacity_recorder(context, inactive_tab_alpha); |
+ ui::CompositingRecorder opacity_recorder(context, size(), |
+ inactive_tab_alpha); |
PaintClosingTabs(tab_count(), context); |