| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index cebedf80c0234f2cd21194d67818046a381fd7f9..2c76082e51def132cdf9c7b85e4b3b039a694cb1 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -135,7 +135,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // Returns the window's bounds in screen coordinates. In ash, this is
|
| // effectively screen bounds.
|
| //
|
| - // TODO(oshima): Fix this to return screen's coordinate for multi-monitor
|
| + // TODO(oshima): Fix this to return screen's coordinate for multi-display
|
| // support.
|
| gfx::Rect GetBoundsInRootWindow() const;
|
|
|
|
|