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

Unified Diff: views/widget/widget.h

Issue 8273040: Minimum size for aura window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 2 months 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
Index: views/widget/widget.h
diff --git a/views/widget/widget.h b/views/widget/widget.h
index 17413c3db9e6d91fb554bac871c2d7fd8eb86289..287949be31105589bba1362ee43756fda913064b 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -709,7 +709,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// |saved_show_state_| is maximized.
gfx::Rect initial_restored_bounds_;
- // The smallest size the window can be.
+ // The smallest size the window can be resized
Ben Goodger (Google) 2011/10/14 15:40:05 // The smallest size the user can resize the windo
oshima 2011/10/15 02:10:50 Done.
gfx::Size minimum_size_;
// Focus is automatically set to the view provided by the delegate

Powered by Google App Engine
This is Rietveld 408576698