Skip to content

Commit

Permalink
Fix FlutterPresentInfo struct_size doc string (flutter#29524)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Nov 4, 2021
1 parent 15d5a23 commit 3f55aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/embedder/embedder.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ typedef uint32_t (*UIntFrameInfoCallback)(
///
/// See: \ref FlutterOpenGLRendererConfig.present_with_info.
typedef struct {
/// The size of this struct. Must be sizeof(FlutterFrameInfo).
/// The size of this struct. Must be sizeof(FlutterPresentInfo).
size_t struct_size;
/// Id of the fbo backing the surface that was presented.
uint32_t fbo_id;
Expand Down

0 comments on commit 3f55aec

Please sign in to comment.