Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 90698f9

Browse files
committed
wording
1 parent ba9ddaa commit 90698f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/android_surface_gl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ SurfaceFrame::FramebufferInfo AndroidSurfaceGL::GLContextFramebufferInfo()
136136
// Some devices (Pixel2 XL) needs EGL_KHR_partial_update rect aligned to 4,
137137
// otherwise there are glitches
138138
// (https://github.com/flutter/flutter/issues/97482#)
139-
// Larger alignment might be beneficial for tile base renderers.
139+
// Larger alignment might also be beneficial for tile base renderers.
140140
res.horizontal_clip_alignment = 32;
141141
res.vertical_clip_alignment = 32;
142142

0 commit comments

Comments
 (0)