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

Changeset 187321 in webkit


Ignore:
Timestamp:
Jul 24, 2015, 12:54:35 AM (11 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r187216. rdar://problem/21032083

Location:
branches/safari-601.1-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1-branch/Source/WebCore/ChangeLog

    r187320 r187321  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187216. rdar://problem/21032083
     4
     5    2015-07-22  Tim Horton  <timothy_horton@apple.com>
     6
     7            Try to fix the build
     8
     9            * platform/spi/cocoa/QuartzCoreSPI.h:
     10
    1112015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
    212
  • branches/safari-601.1-branch/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h

    r187320 r187321  
    3333
    3434#ifdef __OBJC__
    35 #import <QuartzCore/CADisplay.h>
    3635#import <QuartzCore/CALayerHost.h>
    3736#import <QuartzCore/CALayerPrivate.h>
     37
     38#if PLATFORM(IOS)
     39#import <QuartzCore/CADisplay.h>
     40#endif
    3841
    3942// FIXME: As a workaround for <rdar://problem/18985152>, we conditionally enclose the following
Note: See TracChangeset for help on using the changeset viewer.