Changeset 188608 in webkit
- Timestamp:
- Aug 18, 2015, 4:47:36 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebCore/ChangeLog ¶
r188604 r188608 1 2015-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 1 16 2015-08-18 Simon Fraser <simon.fraser@apple.com> 2 17 -
TabularUnified trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h ¶
r187609 r188608 113 113 114 114 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100 115 @interface CAOpenGLLayer ( )115 @interface CAOpenGLLayer (WebDetails) 116 116 @property CGColorSpaceRef colorspace; 117 117 @end
Note:
See TracChangeset
for help on using the changeset viewer.