Changeset 280962 in webkit
- Timestamp:
- Aug 12, 2021, 6:01:27 AM (5 years ago)
- Location:
- trunk/Source/ThirdParty/ANGLE
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ANGLE/ChangeLog
r280959 r280962 1 2021-08-12 Kimmo Kinnunen <kkinnunen@apple.com> 2 3 ANGLE Cocoa compiles contents of ContextEAGL on mac 4 https://bugs.webkit.org/show_bug.cgi?id=228987 5 6 Reviewed by Kenneth Russell. 7 8 Add include guards that are consistent with other EAGL files. 9 10 * src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp: 11 1 12 2021-08-12 Kimmo Kinnunen <kkinnunen@apple.com> 2 13 -
trunk/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp
r270351 r280962 8 8 // iOS-specific subclass of ContextGL. 9 9 // 10 11 #import "common/platform.h" 12 13 #if defined(ANGLE_ENABLE_EAGL) 10 14 11 15 #include "libANGLE/renderer/gl/eagl/ContextEAGL.h" … … 25 29 26 30 } // namespace rx 31 32 #endif // defined(ANGLE_ENABLE_EAGL)
Note:
See TracChangeset
for help on using the changeset viewer.