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

Changeset 187322 in webkit


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

Merge r187219. 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

    r187321 r187322  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187219. rdar://problem/21032083
     4
     5    2015-07-23  Timothy 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

    r187321 r187322  
    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.