Chromium Code Reviews| 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 |