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

Commit faddd77a authored by Andy McFadden's avatar Andy McFadden Committed by Android (Google) Code Review
Browse files

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

parents 70d5ed26 092759f6
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;