Index: ash/wm/workspace/snap_sizer.cc |
diff --git a/ash/wm/workspace/snap_sizer.cc b/ash/wm/workspace/snap_sizer.cc |
index 092ba69729e90b1e6525783adf81d7f49922c336..c303f1dbbac2ab1f2fdaf9f8449b90961969eb37 100644 |
--- a/ash/wm/workspace/snap_sizer.cc |
+++ b/ash/wm/workspace/snap_sizer.cc |
@@ -129,7 +129,7 @@ gfx::Rect SnapSizer::GetTargetBoundsForPercent(int percent_index) const { |
} |
bool SnapSizer::AlongEdge(int x) const { |
- // TODO: need to support multi-monitor. |
+ // TODO: need to support multi-display. |
gfx::Rect area(gfx::Screen::GetDisplayNearestWindow(window_).bounds()); |
return (x <= area.x()) || (x >= area.right() - 1); |
} |