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

Commit 0671c2f1 authored by Jason Macnak's avatar Jason Macnak Committed by Automerger Merge Worker
Browse files

Merge "Load ANGLEResetDisplayPlatform via dlsym" am: 20fc78f5 am: e00110e1

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0287726bc49e39950064ef268d51ffacb4510c48
parents 8737fd74 e00110e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -130,8 +130,7 @@ bool initializeAnglePlatform(EGLDisplay dpy) {
    }

    angleResetDisplayPlatform =
            reinterpret_cast<ResetDisplayPlatformFunc>(
                    eglGetProcAddress("ANGLEResetDisplayPlatform"));
            reinterpret_cast<ResetDisplayPlatformFunc>(dlsym(so, "ANGLEResetDisplayPlatform"));

    PlatformMethods* platformMethods = nullptr;
    if (!((angleGetDisplayPlatform)(dpy, g_PlatformMethodNames,