Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89d3d2ae authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

Merge "Match AHardwareBuffer format name change" into oc-dev

am: 489edb39

Change-Id: Ib258e8485a3bcafef4ec65f4b28caaaeb081189e
parents f36c6305 489edb39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ static inline SkImageInfo convertPixelFormat(const ANativeWindow_Buffer& buffer)
            colorType = kN32_SkColorType;
            alphaType = kOpaque_SkAlphaType;
            break;
        case AHARDWAREBUFFER_FORMAT_R16G16B16A16_SFLOAT:
        case AHARDWAREBUFFER_FORMAT_R16G16B16A16_FLOAT:
            colorType = kRGBA_F16_SkColorType;
            alphaType = kPremul_SkAlphaType;
            break;