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

Commit 3f55aec

Browse files
authored
Fix FlutterPresentInfo struct_size doc string (#29524)
1 parent 15d5a23 commit 3f55aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/embedder/embedder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ typedef uint32_t (*UIntFrameInfoCallback)(
372372
///
373373
/// See: \ref FlutterOpenGLRendererConfig.present_with_info.
374374
typedef struct {
375-
/// The size of this struct. Must be sizeof(FlutterFrameInfo).
375+
/// The size of this struct. Must be sizeof(FlutterPresentInfo).
376376
size_t struct_size;
377377
/// Id of the fbo backing the surface that was presented.
378378
uint32_t fbo_id;

0 commit comments

Comments
 (0)