diff options
Diffstat (limited to 'ash/wm/frame_painter.cc')
-rw-r--r-- | ash/wm/frame_painter.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc index 98e0007..617b22ea 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-display, need to add method - // like GetWindowBoundsInDisplay(). + // TODO(oshima): This will not work under multi-monitor, need to add method + // like GetWindowBoundsInMonitor(). if (frame_->GetWindowScreenBounds().y() == 0) return; |