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

Unified Diff: content/renderer/render_widget.h

Issue 16285005: Don't track whether a resize ack is pending during layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 6 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 | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | 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 a0df837eb09599f00211a01a016cd2465c31e7ef..d4b69157929084402336a397267dfb38ec740b2b 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -530,12 +530,6 @@ class CONTENT_EXPORT RenderWidget
// The size of the RenderWidget.
gfx::Size size_;
- // When short-circuiting size updates, the browser might not know about the
- // current size of the RenderWidget. To be able to correctly predict when the
- // browser expects a resize ack, keep track of the size the browser thinks
- // this RenderWidget should have.
- gfx::Size size_browser_expects_;
-
// The TransportDIB that is being used to transfer an image to the browser.
TransportDIB* current_paint_buf_;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698