mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Initialize AndroidEGLSurface::presentation_time_proc_ to null (flutter/engine#34509)
This commit is contained in:
parent
0c0252e166
commit
a7bde78fb6
@ -190,7 +190,8 @@ AndroidEGLSurface::AndroidEGLSurface(EGLSurface surface,
|
||||
: surface_(surface),
|
||||
display_(display),
|
||||
context_(context),
|
||||
damage_(std::make_unique<AndroidEGLSurfaceDamage>()) {
|
||||
damage_(std::make_unique<AndroidEGLSurfaceDamage>()),
|
||||
presentation_time_proc_(nullptr) {
|
||||
damage_->init(display_, context);
|
||||
|
||||
const char* extensions = eglQueryString(display, EGL_EXTENSIONS);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user