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

Commit 4ef023e9 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 9076fa78: Merge "Update EGL codegen to be in sync with frameworks/base"

* commit '9076fa78':
  Update EGL codegen to be in sync with frameworks/base
parents 2f5a887e 9076fa78
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;