Index: content/renderer/render_widget.h |
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h |
index 00ea03cf28d0ea332a6dcc6eaa7f1169d14527c2..ef49c15e580d865d2be85a1aaed355b671470360 100644 |
--- a/content/renderer/render_widget.h |
+++ b/content/renderer/render_widget.h |
@@ -411,6 +411,10 @@ class CONTENT_EXPORT RenderWidget |
// UpdateRect message has been sent). |
bool update_reply_pending_; |
+ // True if we need to send an UpdateRect message to notify the browser about |
+ // an already-completed auto-resize. |
+ bool need_update_rect_for_auto_resize_; |
+ |
// True if the underlying graphics context supports asynchronous swap. |
// Cached on the RenderWidget because determining support is costly. |
bool using_asynchronous_swapbuffers_; |