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

Changeset 187219 in webkit


Ignore:
Timestamp:
Jul 23, 2015, 12:58:15 AM (11 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

    r187217 r187219  
     12015-07-23  Timothy Horton  <timothy_horton@apple.com>
     2
     3        Try to fix the build
     4
     5        * platform/spi/cocoa/QuartzCoreSPI.h:
     6
    172015-07-22  Sukolsak Sakshuwong  <sukolsak@gmail.com>
    28
  • trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h

    r187216 r187219  
    103103@end
    104104
     105#if PLATFORM(IOS)
     106@interface CADisplay : NSObject
     107@end
     108
     109@interface CADisplay ()
     110@property (nonatomic, readonly) NSString *name;
     111@end
     112#endif
     113
    105114#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
    106115@interface CAOpenGLLayer (Details)
Note: See TracChangeset for help on using the changeset viewer.