| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/browser_window_gtk.h (revision 119942)
|
| +++ chrome/browser/ui/gtk/browser_window_gtk.h (working copy)
|
| @@ -454,6 +454,10 @@
|
| // The position and size of the current window.
|
| gfx::Rect bounds_;
|
|
|
| + // The configure bounds of the current window, used to figure out whether to
|
| + // ignore later configure events. See OnConfigure() for more information.
|
| + gfx::Rect configure_bounds_;
|
| +
|
| // The position and size of the non-maximized, non-fullscreen window.
|
| gfx::Rect restored_bounds_;
|
|
|
|
|