Chromium Code Reviews| Index: views/window/window_gtk.h |
| =================================================================== |
| --- views/window/window_gtk.h (revision 17379) |
| +++ views/window/window_gtk.h (working copy) |
| @@ -96,8 +96,9 @@ |
| // desired implementation before calling |Init|. |
| NonClientView* non_client_view_; |
| + // State of the window, such as fullscreen, hidden... |
| + GdkWindowState window_state_; |
| - GdkWindowState window_state_; |
| // Set to true if the window is in the process of closing. |
| bool window_closed_; |