Fix FlutterPresentInfo struct_size doc string (flutter/engine#29524)

This commit is contained in:
Kaushik Iska
2021-11-04 12:18:31 -04:00
committed by GitHub
parent 843fe0c099
commit 88b7384bee

View File

@@ -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;