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

Issue 6257: Fix videos stopping playing. An invalidate doesn't always lead to a paint (i... (Closed)

Created:
12 years, 2 months ago by jam
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix videos stopping playing. Only send an invalidate to the renderer if it's within the clipping region, otherwise we'll wait forever for a did paint message that doesn't come. BUG=115 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3123

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M chrome/plugin/webplugin_proxy.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jam
12 years, 2 months ago (2008-10-04 01:21:58 UTC) #1
darin (slow to review)
I think we need to decouple painting from invalidation more. The plugin should not paint ...
12 years, 2 months ago (2008-10-05 05:58:36 UTC) #2
jam
On 2008/10/05 05:58:36, darin wrote: > I think we need to decouple painting from invalidation ...
12 years, 2 months ago (2008-10-06 19:18:21 UTC) #3
jam
Updated snapshot.
12 years, 2 months ago (2008-10-06 20:30:47 UTC) #4
darin (slow to review)
http://codereview.chromium.org/6257/diff/205/39 File chrome/plugin/webplugin_proxy.cc (right): http://codereview.chromium.org/6257/diff/205/39#newcode98 Line 98: delegate_->clip_rect().Intersects(damaged_rect_)) { above this you modify the damaged_rect_ ...
12 years, 2 months ago (2008-10-06 20:39:44 UTC) #5
jam
http://codereview.chromium.org/6257/diff/205/39 File chrome/plugin/webplugin_proxy.cc (right): http://codereview.chromium.org/6257/diff/205/39#newcode98 Line 98: delegate_->clip_rect().Intersects(damaged_rect_)) { On 2008/10/06 20:39:44, darin wrote: > ...
12 years, 2 months ago (2008-10-06 22:11:08 UTC) #6
darin (slow to review)
12 years, 2 months ago (2008-10-06 22:16:59 UTC) #7
OK

Powered by Google App Engine
This is Rietveld 408576698