Changeset 201572 in webkit
- Timestamp:
- Jun 1, 2016, 2:43:52 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/cg/CoreGraphicsSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r201571 r201572 1 2016-06-01 Dean Jackson <dino@apple.com> 2 3 Fix iOS build. 4 5 * platform/spi/cg/CoreGraphicsSPI.h: No ColorSync on iOS. 6 1 7 2016-06-01 Chris Dumez <cdumez@apple.com> 2 8 -
trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h
r201065 r201572 40 40 #if USE(APPLE_INTERNAL_SDK) 41 41 42 #if PLATFORM(MAC) 42 43 #include <ColorSync/ColorSyncPriv.h> 44 #endif 43 45 #include <CoreGraphics/CGFontCache.h> 44 46 #include <CoreGraphics/CoreGraphicsPrivate.h>
Note:
See TracChangeset
for help on using the changeset viewer.