| Index: ash/wm/frame_painter.cc
|
| diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc
|
| index 617b22ea2b4ad4356dada63d5b6e7a0755a5a6ee..98e000724eacf62a935aadaa6a419e2bd8985291 100644
|
| --- a/ash/wm/frame_painter.cc
|
| +++ b/ash/wm/frame_painter.cc
|
| @@ -376,8 +376,8 @@ void FramePainter::PaintHeader(views::NonClientFrameView* view,
|
|
|
| // We don't need the extra lightness in the edges when we're at the top edge
|
| // of the screen.
|
| - // TODO(oshima): This will not work under multi-monitor, need to add method
|
| - // like GetWindowBoundsInMonitor().
|
| + // TODO(oshima): This will not work under multi-display, need to add method
|
| + // like GetWindowBoundsInDisplay().
|
| if (frame_->GetWindowScreenBounds().y() == 0)
|
| return;
|
|
|
|
|