diff options
Diffstat (limited to 'ui/aura/window.h')
-rw-r--r-- | ui/aura/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/window.h b/ui/aura/window.h index 2c76082..cebedf8 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-display + // TODO(oshima): Fix this to return screen's coordinate for multi-monitor // support. gfx::Rect GetBoundsInRootWindow() const; |