| Index: ash/system/tray/tray_bubble_view.cc
|
| diff --git a/ash/system/tray/tray_bubble_view.cc b/ash/system/tray/tray_bubble_view.cc
|
| index cbb074b6e6b2ab60f73c80bf93b4e94e61bad1df..b6741b1417daa36305580957870f1a706bae7002 100644
|
| --- a/ash/system/tray/tray_bubble_view.cc
|
| +++ b/ash/system/tray/tray_bubble_view.cc
|
| @@ -113,7 +113,7 @@ class TrayBubbleBorder : public views::BubbleBorder {
|
| canvas, 0, owner_->height(), owner_->width(), inset);
|
|
|
| // Draw the bottom line.
|
| - int y = owner_->height() + 1;
|
| + int y = owner_->height() + inset.top();
|
| canvas->FillRect(gfx::Rect(inset.left(), y, owner_->width(),
|
| kBottomLineHeight), kBorderDarkColor);
|
|
|
|
|