Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index a809f5df0dbc0a92769fd2b0e1c7987c61a82dba..daa8f06c54d361c91e33769869f85cd8fe11ba60 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -77,6 +77,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate { |
WindowDelegate* delegate() { return delegate_; } |
const gfx::Rect& bounds() const; |
+ const gfx::Rect& restore_bounds() const { return restore_bounds_; } |
Window* parent() { return parent_; } |
const Window* parent() const { return parent_; } |