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

Commit fb5e57cd 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

am: 89d3d2ae

Change-Id: I5f3da6a9e9b3bbe621e433947754d79a0e6a3691
parents 0ffabda3 89d3d2ae
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;