DescriptionAdd non-blocking frame rate limiting logic to display list 2D canvas
This patch inserts frame barriers at the end of script execution tasks
that draw to a canvas. This is to prevent the accumulation of a multi-
frame backlog of draw commands in the SkPicture used by the display
list canvas implementation.
BUG=397516
TEST=RecordingImageBufferSurface unit tests
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179175
Patch Set 1 #
Total comments: 2
Patch Set 2 : applied corrections #Messages
Total messages: 6 (0 generated)
|