Index: views/controls/button/menu_button.cc |
=================================================================== |
--- views/controls/button/menu_button.cc (revision 74080) |
+++ views/controls/button/menu_button.cc (working copy) |
@@ -96,7 +96,7 @@ |
height() / 2 - menu_marker_->height() / 2, |
menu_marker_->width(), |
menu_marker_->height()); |
- arrow_bounds.set_x(MirroredLeftPointForRect(arrow_bounds)); |
+ arrow_bounds.set_x(GetMirroredXForRect(arrow_bounds)); |
canvas->DrawBitmapInt(*menu_marker_, arrow_bounds.x(), arrow_bounds.y()); |
} |
} |