⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 201576 in webkit


Ignore:
Timestamp:
Jun 1, 2016, 5:09:58 PM (10 years ago)
Author:
ap@apple.com
Message:

Update QuartzCoreSPI.h for <rdar://problem/26584828>.

  • platform/spi/cocoa/QuartzCoreSPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r201575 r201576  
     12016-06-01  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Update QuartzCoreSPI.h for <rdar://problem/26584828>.
     4
     5        * platform/spi/cocoa/QuartzCoreSPI.h:
     6
    172016-06-01  Brady Eidson  <beidson@apple.com>
    28
  • trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h

    r199258 r201576  
    146146#endif
    147147
     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)
    148150EXTERN_C void CARenderServerCaptureLayerWithTransform(mach_port_t serverPort, uint32_t clientId, uint64_t layerId,
    149151                                                      uint32_t slotId, int32_t ox, int32_t oy, const CATransform3D *);
    150 
    151152#if USE(IOSURFACE)
    152153EXTERN_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);
    153154EXTERN_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);
    154155#endif
    155 
     156#endif
    156157
    157158// 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.