Chromium Code Reviews| Index: ui/aura/window.h |
| diff --git a/ui/aura/window.h b/ui/aura/window.h |
| index f642d7ba865688173effd23084f72df7f428064b..27da460ce595b9b9a21fed25eb89a3bab5f3eec4 100644 |
| --- a/ui/aura/window.h |
| +++ b/ui/aura/window.h |
| @@ -137,7 +137,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
| bool TargetVisibility() const { return visible_; } |
| // Returns the window's bounds in screen coordinates. |
|
sky
2012/04/24 22:42:28
Update the comment. In particular mention this is
oshima
2012/04/24 23:04:15
Please add TODO(oshima): Fix this to return screen
|
| - gfx::Rect GetScreenBounds() const; |
| + gfx::Rect GetBoundsInRootWindow() const; |
| virtual void SetTransform(const ui::Transform& transform); |