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

Commit 84ecb7e1 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "remove call to (deprecated) SetDeviceConfig"

parents 7ac92787 2216f9c2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -244,9 +244,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength)
        mArgBlockLength(argBlockLength)
{
    SkGraphics::Init();
    // this sets our preference for 16bit images during decode
    // in case the src is opaque and 24bit
    SkImageDecoder::SetDeviceConfig(SkBitmap::kRGB_565_Config);
    // There is also a global font cache, but its budget is specified in code
    // see SkFontHost_android.cpp