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

Issue 4886004: Fix some bugs in paint manager. Some of the class members were not getting... (Closed)

Created:
10 years, 1 month ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
huanr
CC:
chromium-reviews
Visibility:
Public.

Description

Fix some bugs in paint manager. Some of the class members were not getting initialized in the constructor. Also, when a manual callback was executed, if a regular fluch happened to come in the intervening time, we would cause an assertion failure because it would always try to paint. Now when we get the callback, we can ignore it if there is already a flush pending.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M ppapi/cpp/paint_manager.cc View 3 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
10 years, 1 month ago (2010-11-12 23:35:44 UTC) #1
huanr
10 years, 1 month ago (2010-11-12 23:38:42 UTC) #2
LGTM.

nit: in your CL description fluch -> flush

On 2010/11/12 23:35:44, brettw wrote:

Powered by Google App Engine
This is Rietveld 408576698