Changeset 270779 in webkit
- Timestamp:
- Dec 14, 2020, 10:23:58 AM (5 years ago)
- Location:
- trunk/Source/ThirdParty/ANGLE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ANGLE/ChangeLog
r270777 r270779 1 2020-12-14 Alex Christensen <achristensen@webkit.org> 2 3 Fix build. 4 5 * src/gpu_info_util/SystemInfo_apple.mm: 6 (angle::GetSystemInfo): 7 ##if should be #if 8 1 9 2020-12-14 Dean Jackson <dino@apple.com> 2 10 -
trunk/Source/ThirdParty/ANGLE/src/gpu_info_util/SystemInfo_apple.mm
r270777 r270779 20 20 bool GetSystemInfo(SystemInfo *info) 21 21 { 22 # #if defined(ANGLE_PLATFORM_MACOS) || defined(ANGLE_PLATFORM_MACCATALYST)22 # if defined(ANGLE_PLATFORM_MACOS) || defined(ANGLE_PLATFORM_MACCATALYST) 23 23 return GetSystemInfo_mac(info); 24 24 # else
Note:
See TracChangeset
for help on using the changeset viewer.