| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index f3e8528cf76cc09aa8be7dddbe085cee4038d522..796142cbcf7f493c63b6376b956bba6e373c2b85 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -112,8 +112,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
|
|
| WindowDelegate* delegate() { return delegate_; }
|
|
|
| - // TODO(oshima): Rename this to GetBounds().
|
| - gfx::Rect bounds() const;
|
| + const gfx::Rect& bounds() const;
|
|
|
| Window* parent() { return parent_; }
|
| const Window* parent() const { return parent_; }
|
| @@ -144,9 +143,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // support.
|
| gfx::Rect GetBoundsInRootWindow() const;
|
|
|
| - // Returns the bounds in pixel coordinates.
|
| - const gfx::Rect& GetBoundsInPixel() const;
|
| -
|
| virtual void SetTransform(const ui::Transform& transform);
|
|
|
| // Assigns a LayoutManager to size and place child windows.
|
|
|