Changeset 187216 in webkit


Ignore:
Timestamp:
Jul 22, 2015, 10:31:32 PM (10 years ago)
Author:
timothy_horton@apple.com
Message:

Try to fix the build

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r187215 r187216  
     12015-07-22  Tim Horton  <timothy_horton@apple.com>
     2
     3        Try to fix the build
     4
     5        * platform/spi/cocoa/QuartzCoreSPI.h:
     6
    172015-07-22  James Savage  <james.savage@apple.com>
    28
  • trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h

    r187215 r187216  
    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.