| Index: chrome/browser/views/frame/opaque_browser_frame_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/opaque_browser_frame_view.cc (revision 53843)
|
| +++ chrome/browser/views/frame/opaque_browser_frame_view.cc (working copy)
|
| @@ -848,10 +848,10 @@
|
|
|
| // Draw the content/toolbar separator.
|
| canvas->DrawLineInt(ResourceBundle::toolbar_separator_color,
|
| - MirroredLeftPointForRect(toolbar_bounds),
|
| - toolbar_bounds.bottom() - kClientEdgeThickness,
|
| - toolbar_bounds.width() - kClientEdgeThickness,
|
| - toolbar_bounds.bottom() - kClientEdgeThickness);
|
| + toolbar_bounds.x(),
|
| + toolbar_bounds.bottom() - kClientEdgeThickness,
|
| + toolbar_bounds.right(),
|
| + toolbar_bounds.bottom() - kClientEdgeThickness);
|
| }
|
|
|
| void OpaqueBrowserFrameView::PaintRestoredClientEdge(gfx::Canvas* canvas) {
|
|
|