diff --git a/engine/src/flutter/shell/platform/android/android_egl_surface.cc b/engine/src/flutter/shell/platform/android/android_egl_surface.cc index 153cbe5c111..fd0f4567dd5 100644 --- a/engine/src/flutter/shell/platform/android/android_egl_surface.cc +++ b/engine/src/flutter/shell/platform/android/android_egl_surface.cc @@ -190,7 +190,8 @@ AndroidEGLSurface::AndroidEGLSurface(EGLSurface surface, : surface_(surface), display_(display), context_(context), - damage_(std::make_unique()) { + damage_(std::make_unique()), + presentation_time_proc_(nullptr) { damage_->init(display_, context); const char* extensions = eglQueryString(display, EGL_EXTENSIONS);