17 lines
835 B
Diff
17 lines
835 B
Diff
--- a/src/3rdparty/chromium/third_party/angle/include/platform/PlatformMethods.h 2021-02-23 16:36:59.000000000 +0100
|
|
+++ - 2021-03-07 21:44:25.477989726 +0100
|
|
@@ -239,11 +239,11 @@
|
|
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)
|
|
{}
|
|
|