Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: ui/aura/window.h

Issue 8468029: Fix NWAura to use property to get restored bounds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 485bcb41b5ea3b6a7df52550b665eb843546f619..8fa8c2a39411074e637ab0d90a27044e7b00ef4a 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -81,7 +81,6 @@ 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_; }
@@ -307,9 +306,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
WindowDelegate* delegate_;
- // The original bounds of a maximized/fullscreen window.
- gfx::Rect restore_bounds_;
-
// The minimum size of the window a user can resize to.
gfx::Size minimum_size_;
« no previous file with comments | « no previous file | views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698