| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
 | 
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
 | 
| index 66f32d1f916adbaecc6557e11b258f3bd0443e7a..fa262f135281453397ae8b57f238f3df113a055e 100644
 | 
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
 | 
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
 | 
| @@ -260,6 +260,9 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
 | 
|    // Is the window mapped to the screen?
 | 
|    bool window_mapped_;
 | 
|  
 | 
| +  // Should we wait for an UnmapNotify before trying to remap the window?
 | 
| +  bool wait_for_unmap_;
 | 
| +
 | 
|    // The bounds of |xwindow_|.
 | 
|    gfx::Rect bounds_in_pixels_;
 | 
|  
 | 
| 
 |