Changeset 201580 in webkit
- Timestamp:
- Jun 1, 2016, 5:38:57 PM (10 years ago)
- Location:
- tags/Safari-602.1.35/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/cocoa/QuartzCoreSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/Safari-602.1.35/Source/WebCore/ChangeLog
r201541 r201580 1 2016-06-01 Babak Shafiei <bshafiei@apple.com> 2 3 Merge r201576. 4 5 2016-06-01 Alexey Proskuryakov <ap@apple.com> 6 7 Update QuartzCoreSPI.h for <rdar://problem/26584828>. 8 9 * platform/spi/cocoa/QuartzCoreSPI.h: 10 1 11 2016-05-31 Joseph Pecoraro <pecoraro@apple.com> 2 12 -
tags/Safari-602.1.35/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h
r199258 r201580 146 146 #endif 147 147 148 // FIXME: Declare these functions even when USE(APPLE_INTERNAL_SDK) is true once we can fix <rdar://problem/26584828> in a better way. 149 #if !USE(APPLE_INTERNAL_SDK) 148 150 EXTERN_C void CARenderServerCaptureLayerWithTransform(mach_port_t serverPort, uint32_t clientId, uint64_t layerId, 149 151 uint32_t slotId, int32_t ox, int32_t oy, const CATransform3D *); 150 151 152 #if USE(IOSURFACE) 152 153 EXTERN_C void CARenderServerRenderLayerWithTransform(mach_port_t server_port, uint32_t client_id, uint64_t layer_id, IOSurfaceRef iosurface, int32_t ox, int32_t oy, const CATransform3D *matrix); 153 154 EXTERN_C void CARenderServerRenderDisplayLayerWithTransformAndTimeOffset(mach_port_t server_port, CFStringRef display_name, uint32_t client_id, uint64_t layer_id, IOSurfaceRef iosurface, int32_t ox, int32_t oy, const CATransform3D *matrix, CFTimeInterval offset); 154 155 #endif 155 156 #endif 156 157 157 158 // FIXME: Move this into the APPLE_INTERNAL_SDK block once it's in an SDK.
Note:
See TracChangeset
for help on using the changeset viewer.