Changeset 188608 in webkit


Ignore:
Timestamp:
Aug 18, 2015 4:47:36 PM (9 years ago)
Author:
dino@apple.com
Message:

CAOpenGLLayer needs a named class extension for non-internal installs
https://bugs.webkit.org/show_bug.cgi?id=148151
<rdar://problem/22335111>

Reviewed by Tim Horton.

In order to build using the public SDK on El Capitan, we can't
use a class extension to declare this SPI.

No change in behaviour, so no new tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r188604 r188608  
     12015-08-18  Dean Jackson  <dino@apple.com>
     2
     3        CAOpenGLLayer needs a named class extension for non-internal installs
     4        https://bugs.webkit.org/show_bug.cgi?id=148151
     5        <rdar://problem/22335111>
     6
     7        Reviewed by Tim Horton.
     8
     9        In order to build using the public SDK on El Capitan, we can't
     10        use a class extension to declare this SPI.
     11
     12        No change in behaviour, so no new tests.
     13
     14        * platform/spi/cocoa/QuartzCoreSPI.h:
     15
    1162015-08-18  Simon Fraser  <simon.fraser@apple.com>
    217
  • trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h

    r187609 r188608  
    113113
    114114#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
    115 @interface CAOpenGLLayer ()
     115@interface CAOpenGLLayer (WebDetails)
    116116@property CGColorSpaceRef colorspace;
    117117@end
Note: See TracChangeset for help on using the changeset viewer.