DescriptionRevert "cc: Simplify raster task completion notification logic"
This CL causes Chrome to freeze on e.g. jsfiddle.net/r8dx9/1/embedded/result
See crbug.com/331534 for details.
> cc: Simplify raster task completion notification logic
>
> 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
>
> Review URL: https://codereview.chromium.org/99873007
R=reveman@chromium.org,skyostil@chromium.org
BUG=331534
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243545
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|