Avoid unnecessary copies in ImageDecoder |
||
Issue descriptionCurrently ImageDecoder (chrome/browser/image_decoder.h) unnecessarily copies the image binary data two times. We can avoid copies at all by using C++11 move semantics.
,
Jul 27 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 26 2016