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

Issue 28238: Fix painting issue after a renderer crash (Closed)

Created:
11 years, 10 months ago by agl
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix painting issue after a renderer crash When a renderer crashes, the RenderProcessHost may be reused once the user refreshes. Because of this, the TransportDIB cache, added in r10071 was getting used while stale, causing painting issues. This patch clears the TransportDIB cache after a renderer crash. BUG=8065

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
agl
I cannot repo with this patch. However, it's not totally clear where this clear call ...
11 years, 10 months ago (2009-02-27 00:38:48 UTC) #1
darin (slow to review)
11 years, 10 months ago (2009-02-27 07:23:02 UTC) #2
yes, that comment is wrong.

LGTM (w/ the comment removed, possibly changed to a TODO about how it would be
nice if we did just delete the RenderProcessHost instead)

Powered by Google App Engine
This is Rietveld 408576698