| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index f642d7ba865688173effd23084f72df7f428064b..eca2aac868a28c76e4b153f08915f1337ce1b823 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -136,8 +136,12 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // whether Show() without a Hide() has been invoked.
|
| bool TargetVisibility() const { return visible_; }
|
|
|
| - // Returns the window's bounds in screen coordinates.
|
| - gfx::Rect GetScreenBounds() const;
|
| + // 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
|
| + // support.
|
| + gfx::Rect GetBoundsInRootWindow() const;
|
|
|
| virtual void SetTransform(const ui::Transform& transform);
|
|
|
|
|