Index: content/browser/renderer_host/render_widget_host_view_aura.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
index a6b70cf3af825db5af84107b461fe8dc69830a61..21a54a0f178fb185fef7b772e0099b088624953d 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -583,6 +583,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
// after requesting shutdown for another reason (e.g. Escape key). |
bool in_shutdown_; |
+ // True if in the process of handling a window bounds changed notification. |
+ bool in_bounds_changed_; |
+ |
// Is this a fullscreen view? |
bool is_fullscreen_; |