Add support for WebP Alpha (and Lossless) images.

Android/Skia supports pre-multiplied Alpha. WebP image format supports
Alpha via color modes MODE_RGBA & MODE_RGBA_4444 (corresponding ones for
premultiplied alpha are MODE_rgbA & MODE_rgbA_4444).
The pre-requisite change for this one is the webp patch
(https://googleplex-android-review.googlesource.com/215797), that
extends the webp library (ver 0.2.0-rc1) to support these new color
modes for Alpha (along with supporting Lossless image encoding/decoding).

Change-Id: I153b6348382c04b16e8c59bbb4c8f3c62f897376
1 file changed