| Index: chrome/browser/views/frame/glass_browser_frame_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/glass_browser_frame_view.cc (revision 53315)
|
| +++ chrome/browser/views/frame/glass_browser_frame_view.cc (working copy)
|
| @@ -335,8 +335,11 @@
|
|
|
| // Draw the content/toolbar separator.
|
| canvas->DrawLineInt(ResourceBundle::toolbar_separator_color,
|
| - toolbar_bounds.x(), toolbar_bounds.bottom() - 1,
|
| - toolbar_bounds.right() - 1, toolbar_bounds.bottom() - 1);
|
| + MirroredLeftPointForRect(toolbar_bounds),
|
| + toolbar_bounds.bottom() - 1,
|
| + MirroredLeftPointForRect(toolbar_bounds) +
|
| + toolbar_bounds.width(),
|
| + toolbar_bounds.bottom() - 1);
|
| }
|
|
|
| void GlassBrowserFrameView::PaintOTRAvatar(gfx::Canvas* canvas) {
|
|
|