--- src/gpu/ganesh/gl/GrGLVertexArray.cpp 2026-04-22 01:31:39.000000000 +0800 +++ src/gpu/ganesh/gl/GrGLVertexArray.cpp 2026-04-27 05:47:17.000000000 +0800 @@ -23,7 +23,7 @@ #include struct AttribLayout { - bool fNormalized; // Only used by floating point types. + uint8_t fNormalized; // Only used by floating point types. uint8_t fCount; uint16_t fType; };