Index: chrome/browser/views/frame/glass_browser_frame_view.cc |
=================================================================== |
--- chrome/browser/views/frame/glass_browser_frame_view.cc (revision 53843) |
+++ chrome/browser/views/frame/glass_browser_frame_view.cc (working copy) |
@@ -335,8 +335,10 @@ |
// 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); |
+ toolbar_bounds.x(), |
+ toolbar_bounds.bottom() - 1, |
Peter Kasting
2010/07/27 23:43:26
Nit: These 1s should probably be kClientEdgeThickn
|
+ toolbar_bounds.right(), |
+ toolbar_bounds.bottom() - 1); |
} |
void GlassBrowserFrameView::PaintOTRAvatar(gfx::Canvas* canvas) { |