Index: chrome/browser/ui/views/tabs/tab_strip.cc |
=================================================================== |
--- chrome/browser/ui/views/tabs/tab_strip.cc (revision 85701) |
+++ chrome/browser/ui/views/tabs/tab_strip.cc (working copy) |
@@ -302,7 +302,7 @@ |
} |
} |
- if (GetWindow()->ShouldUseNativeFrame()) { |
+ if (GetWindow()->non_client_view()->UseNativeFrame()) { |
bool multiple_tabs_selected = (!selected_tabs.empty() || |
tabs_dragging.size() > 1); |
// Make sure non-active tabs are somewhat transparent. |