Remove JPEG encoder SkBitmap API
SkBitmap is being removed from Chrome. There are no longer any callers of JPEGImageEncoder::encode(SkBitmap,...) so we can remove it and also the support code it required. Note: The libjpeg-turbo specialization was the fastest encoder, but it required premultiplied data (SkBitmap). Thus some performance was lost when callers were switched over to use the ImageDataBuffer encoder (in the SkImage-replaces-SkBitmap endeavor). No change in behavior, no new tests. BUG=449197 Review URL: https://codereview.chromium.org/1314763008 git-svn-id: svn://svn.chromium.org/blink/trunk@201367 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment