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

Commit 8e472fb4 authored by Ashok Bhat's avatar Ashok Bhat
Browse files

Update EGL codegen to be in sync with frameworks/base



Patch from Takeshi Aimi with commit-id f9337377 changed
core/jni/android_opengl_EGL14.cpp in the frameworks/base.
However the corresponding code snippet in frameworks/
native was not updated. This patch addresses the issue.

Change-Id: I40bcc43d36d7ab4e0db4a73556a4f7480c7431c1
Signed-off-by: default avatarAshok Bhat <ashok.bhat@arm.com>
parent 913a17fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ not_valid_surface:
    if (producer == NULL)
        goto not_valid_surface;

    window = new android::Surface(producer);
    window = new android::Surface(producer, true);

    if (window == NULL)
        goto not_valid_surface;