commit | 4c44be8cc60cd3bc4a8b3ba7a99ce55d6b1dcef6 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Thu Jun 10 18:12:16 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 10 18:12:16 2021 +0000 |
tree | 6095925419dbf8403104420e846069ed432638a2 | |
parent | a2d40611700c7866973cb407a1e293a47f9ab2d7 [diff] | |
parent | 768693f0a635a3ef4ed85b121b13f714d01226d8 [diff] |
Merge "Make solid color cache attempts use alpha" into sc-dev
diff --git a/libs/renderengine/skia/Cache.cpp b/libs/renderengine/skia/Cache.cpp index 61c297c..8a41395 100644 --- a/libs/renderengine/skia/Cache.cpp +++ b/libs/renderengine/skia/Cache.cpp
@@ -149,6 +149,7 @@ PixelSource{ .solidColor = half3(0.1f, 0.2f, 0.3f), }, + .alpha = 0.5, }; auto layers = std::vector<const LayerSettings*>{&layer};