Index: chrome/browser/ui/touch/tabs/touch_tab.cc |
=================================================================== |
--- chrome/browser/ui/touch/tabs/touch_tab.cc (revision 74080) |
+++ chrome/browser/ui/touch/tabs/touch_tab.cc (working copy) |
@@ -105,8 +105,7 @@ |
} |
void TouchTab::PaintActiveTabBackground(gfx::Canvas* canvas) { |
- int offset = GetX(views::View::APPLY_MIRRORING_TRANSFORMATION) + |
- background_offset_.x(); |
+ int offset = GetMirroredX() + background_offset_.x(); |
ThemeProvider* tp = GetThemeProvider(); |
if (!tp) |
NOTREACHED() << "Unable to get theme provider"; |