Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1119)

Unified Diff: content/renderer/render_widget.h

Issue 10399020: Make RenderWidget send UpdateRect after auto-resize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698