| Index: chrome/browser/ui/views/status_bubble_views.cc
|
| diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
|
| index 1e236ec7bf1a56ac95a91ab06d270cabdf2efc51..bf2ac2fa2cdd983c1965f60335e2644ed88302f9 100644
|
| --- a/chrome/browser/ui/views/status_bubble_views.cc
|
| +++ b/chrome/browser/ui/views/status_bubble_views.cc
|
| @@ -484,7 +484,7 @@ void StatusBubbleViews::StatusView::OnPaint(gfx::Canvas* canvas) {
|
| popup_size_.height());
|
| text_rect.Inset(kShadowThickness, kShadowThickness);
|
| // Make sure the text is aligned to the right on RTL UIs.
|
| - text_rect.set_x(GetMirroredXForRect(text_rect));
|
| + text_rect = GetMirroredRect(text_rect);
|
|
|
| // Text color is the foreground tab text color at 60% alpha.
|
| SkColor blended_text_color = color_utils::AlphaBlend(
|
|
|