Skip to content

Commit 2c508a0

Browse files
committed
++
1 parent a25178c commit 2c508a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/shell/platform/tizen/tizen_renderer_egl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bool TizenRendererEgl::CreateSurface(void* render_target,
9494
const EGLint attribs[] = {EGL_NONE};
9595

9696
if (render_target_display) {
97-
auto egl_window = ecore_wl2_egl_window_native_get(
97+
const auto egl_window = ecore_wl2_egl_window_native_get(
9898
static_cast<Ecore_Wl2_Egl_Window*>(render_target));
9999
egl_surface_ = eglCreateWindowSurface(
100100
egl_display_, egl_config_,

0 commit comments

Comments
 (0)