Chromium Code Reviews| Index: chrome/browser/ui/touch/tabs/touch_tab_strip.cc |
| =================================================================== |
| --- chrome/browser/ui/touch/tabs/touch_tab_strip.cc (revision 88218) |
| +++ chrome/browser/ui/touch/tabs/touch_tab_strip.cc (working copy) |
| @@ -304,7 +304,7 @@ |
| } |
| } |
| - if (GetWindow()->ShouldUseNativeFrame()) { |
| + if (GetWidget()->ShouldUseNativeFrame()) { |
| // Make sure unselected tabs are somewhat transparent. |
| SkPaint paint; |
| paint.setColor(SkColorSetARGB(200, 255, 255, 255)); |