17 lines
920 B
Diff
17 lines
920 B
Diff
--- 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<uint8_t, 20>;
|
|
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)
|
|
{}
|
|
|