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

Commit 192f7350 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix fallthrough warning" am: e1813e52 am: 937e4af0

am: 19370ab6

Change-Id: Ia4e1ddc741aa25f25bbbd18a425e7df64f56ba96
parents 82d25b87 19370ab6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -302,6 +302,7 @@ static FormatInfo determineFormat(const SkBitmap& skBitmap, bool usingGL) {
    switch (skBitmap.info().colorType()) {
        case kRGBA_8888_SkColorType:
            formatInfo.isSupported = true;
            [[fallthrough]];
        // ARGB_4444 is upconverted to RGBA_8888
        case kARGB_4444_SkColorType:
            formatInfo.pixelFormat = PIXEL_FORMAT_RGBA_8888;