17 lines
896 B
Diff
17 lines
896 B
Diff
--- a/src/3rdparty/chromium/third_party/angle/include/platform/Platform.h 2020-05-06 16:21:29.000000000 +0200
|
|
+++ b/src/3rdparty/chromium/third_party/angle/include/platform/Platform.h 2020-09-04 00:31:10.504555635 +0200
|
|
@@ -236,11 +236,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)
|
|
{}
|
|
|