DescriptionOptimization for image decoding using Skia discardable memory
In the new Skia discardable memory path. We used to use heap memory to
decode. And then copy into the discardable memory allocated by Skia.
There's an opportunity for optimization. If we know that all data has been received
and the image is not a multi frame image. We can decode directly into
the memory given by Skia.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166887
Patch Set 1 : fix compile #Patch Set 2 : merged #Patch Set 3 : fixed layout tests #Patch Set 4 : fixed webkit_unit_tests on debug #
Total comments: 1
Patch Set 5 : merged #Patch Set 6 : SkBitmap::installPixels #
Total comments: 1
Patch Set 7 : return false #
Total comments: 1
Patch Set 8 : done #
Messages
Total messages: 20 (0 generated)
|