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

Issue 9349004: Early-return in RenderViewImpl::DidFlushPaint() if there is no WebView. (Closed)

Created:
8 years, 10 months ago by Wez
Modified:
8 years, 10 months ago
Reviewers:
piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Early-return in RenderViewImpl::DidFlushPaint() if there is no WebView. CL 9328016 exposed a bug with seemingly-unused stats code assuming that the RenderView's WebView must be valid when DidFlushPaint() is called, which may not be true if RenderWidget::OnSwapBuffersComplete is notified while the widget is closing down. We'll follow up by verifying the stats code is unnecessary and removing it (see bug 112942). BUG=112921, 111639, 112942 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120715

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M content/renderer/render_view_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Wez
PTAL!
8 years, 10 months ago (2012-02-07 00:14:23 UTC) #1
piman
LGTM
8 years, 10 months ago (2012-02-07 00:18:52 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/9349004/1
8 years, 10 months ago (2012-02-07 00:22:45 UTC) #3
commit-bot: I haz the power
8 years, 10 months ago (2012-02-07 04:35:39 UTC) #4
Change committed as 120715

Powered by Google App Engine
This is Rietveld 408576698