Description[WEBPImageEncoder] Use local buffer allocation instead of WTF::Vector
Blink r199183 changed the encoder to no longer reserve WTF::Vector capacity.
An alternative is to no longer use a WTF::Vector, and allocate the buffer in
an OwnPtr<T[]> instead.
BUG=504690
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200702
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|