 Chromium Code Reviews
 Chromium Code Reviews Issue 118102:
  Fixes a couple of bugs encountered in getting info bubbles to work:...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 118102:
  Fixes a couple of bugs encountered in getting info bubbles to work:...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| 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_; |