diff options
author | 2019-01-31 10:06:12 -0500 | |
---|---|---|
committer | 2019-01-31 14:25:32 -0500 | |
commit | 124975791084a660c32645260c151e4c3c537e76 (patch) | |
tree | b1ba61664247f7304bc7ac6a56610bd72519bc11 /libs/hwui/HardwareBitmapUploader.cpp | |
parent | a170a5a5c20aa97cb3da472139959c893bea91de (diff) |
Remove references to ANDROID_ENABLE_LINEAR_BLENDING
Test: make
There is no longer any intent to turn on linear blending.
Change-Id: Ia1016f31833212da6ad4b4c6ebe03d16a509746d
Diffstat (limited to 'libs/hwui/HardwareBitmapUploader.cpp')
-rw-r--r-- | libs/hwui/HardwareBitmapUploader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/HardwareBitmapUploader.cpp b/libs/hwui/HardwareBitmapUploader.cpp index 6b7ec97de4c8..aeeb32c4620a 100644 --- a/libs/hwui/HardwareBitmapUploader.cpp +++ b/libs/hwui/HardwareBitmapUploader.cpp @@ -116,7 +116,6 @@ struct FormatInfo { static FormatInfo determineFormat(const SkBitmap& skBitmap) { FormatInfo formatInfo; - // TODO: add support for linear blending (when ANDROID_ENABLE_LINEAR_BLENDING is defined) switch (skBitmap.info().colorType()) { case kRGBA_8888_SkColorType: formatInfo.isSupported = true; |