Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index 6ba4c2812435483583f5e1af9af66077454d9fba..eca2aac868a28c76e4b153f08915f1337ce1b823 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. |