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

Commit cda61e95 authored by Andy McFadden's avatar Andy McFadden Committed by Android Git Automerger
Browse files

am faddd77a: Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp" into klp-dev

* commit 'faddd77a':
  EGL14.eglCreateWindowSurface should set producerControlledByApp
parents 111e981d faddd77a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,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;