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

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

Merge "Load ANGLEResetDisplayPlatform via dlsym" am: 20fc78f5

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2f7cee6cdae4b16c5adeb7af751a591a939948e2
parents 33cc3e5e 20fc78f5
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,