Changeset 201576 in webkit
- Timestamp:
- Jun 1, 2016, 5:09:58 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/cocoa/QuartzCoreSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r201575 r201576 1 2016-06-01 Alexey Proskuryakov <ap@apple.com> 2 3 Update QuartzCoreSPI.h for <rdar://problem/26584828>. 4 5 * platform/spi/cocoa/QuartzCoreSPI.h: 6 1 7 2016-06-01 Brady Eidson <beidson@apple.com> 2 8 -
trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h
r199258 r201576 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.