Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
| index 933ecadec99e0192eb3fe65f73e4031f797de3f4..5f6f950d863ddd0845c0fb00e0c41816aaec3131 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
| @@ -264,6 +264,14 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin |
| scoped_ptr<aura::client::ScopedTooltipDisabler> tooltip_disabler_; |
| + // This flag is set to true in cases where we need to force a synchronous |
| + // via the compositor. Cases include restoring/resizing/maximizing the |
|
sky
2014/09/03 14:53:50
via -> paint via?
ananta
2014/09/03 17:44:55
Done.
|
| + // window. Defaults to false. |
| + bool need_synchronous_paint_; |
| + |
| + // Set to true if we are about to enter a sizing loop. |
| + bool sizing_notification_received_; |
|
sky
2014/09/03 14:53:50
sizing_notification_received_ -> in_sizing_loop_
ananta
2014/09/03 17:44:55
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostWin); |
| }; |