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

Commit cf44841c authored by Alec Mouri's avatar Alec Mouri Committed by Automerger Merge Worker
Browse files

Actually support protected content in SkiaGL RenderEngine am: f6a0781d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/13559488

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9f966e7d71ba1d9aae1939c199ec5a10e7ca4e9e
parents ee574775 f6a0781d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ bool SkiaGLRenderEngine::useProtectedContext(bool useProtectedContext) {
    if (useProtectedContext == mInProtectedContext) {
        return true;
    }
    if (useProtectedContext && supportsProtectedContent()) {
    if (useProtectedContext && !supportsProtectedContent()) {
        return false;
    }
    const EGLSurface surface =