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

Commit 86d048d6 authored by Jason Macnak's avatar Jason Macnak Committed by Android (Google) Code Review
Browse files

Merge "Load ANGLEResetDisplayPlatform via dlsym" into sc-dev

parents 8fafd5dc e6c90976
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,8 +129,8 @@ bool initializeAnglePlatform(EGLDisplay dpy) {
        return false;
    }

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

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