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

Unified Diff: chrome/browser/renderer_host/render_widget_host.cc

Issue 348025: Fixes reloading after a background tab crashes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Index: chrome/browser/renderer_host/render_widget_host.cc
===================================================================
--- chrome/browser/renderer_host/render_widget_host.cc (revision 30048)
+++ chrome/browser/renderer_host/render_widget_host.cc (working copy)
@@ -536,7 +536,8 @@
// Reset some fields in preparation for recovering from a crash.
resize_ack_pending_ = false;
- current_size_ = gfx::Size();
+ in_flight_size_.SetSize(0, 0);
+ current_size_.SetSize(0, 0);
is_hidden_ = false;
if (view_) {
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host.h ('k') | chrome/browser/renderer_host/render_widget_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698