Descriptioncc: Simplify raster task completion notification logic
(Relanding after missing activation bug fixed in https://codereview.chromium.org/131763003/)
Previously the pixel buffer raster worker pool used a combination of
polling and explicit notifications from the raster worker pool to decide
when to tell the client about the completion of 1) all tasks or 2) the
subset of tasks required for activation. This patch simplifies the logic
by only triggering the notification based on the OnRasterTasksFinished
and OnRasterTasksRequiredForActivationFinished calls from the worker
pool.
BUG=307841, 331534
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243991
Patch Set 1 #
Total comments: 4
Patch Set 2 : Simplify the simplification #Patch Set 3 : Don't reset pending task flag when getting throttled. #Patch Set 4 : Rebased. #Patch Set 5 : Fix for activation hang. #Patch Set 6 : Split off the bugfix. #
Messages
Total messages: 12 (0 generated)
|