--- qt6-webengine-6.4.2.orig/src/3rdparty/chromium/third_party/angle/include/platform/PlatformMethods.h +++ qt6-webengine-6.4.2/src/3rdparty/chromium/third_party/angle/include/platform/PlatformMethods.h @@ -222,11 +222,11 @@ inline void DefaultHistogramBoolean(Plat using ProgramKeyType = std::array; using CacheProgramFunc = void (*)(PlatformMethods *platform, const ProgramKeyType &key, - size_t programSize, + std::size_t programSize, const uint8_t *programBytes); inline void DefaultCacheProgram(PlatformMethods *platform, const ProgramKeyType &key, - size_t programSize, + std::size_t programSize, const uint8_t *programBytes) {}