63b12b0c77
Lost is an EGLBoolean, so we should assign it to EGL_TRUE/EGL_FALSE, not true/false. Fixes:e5eace5868("egl/android: Mark surface as lost when dequeueBuffer fails") Fixes:0212db3504("egl/android: Cancel any outstanding ANativeBuffer in surface destructor") Reviewed-by: Chad Versace <chadversary@chromium.org>