Skip to content

Commit 3f55aec

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)