| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. | 2 * Copyright 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 #endif | 317 #endif |
| 318 | 318 |
| 319 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 | 319 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 |
| 320 extern void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTrans
form* matrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight); | 320 extern void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTrans
form* matrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight); |
| 321 #endif | 321 #endif |
| 322 | 322 |
| 323 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 | 323 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 |
| 324 extern void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef); | 324 extern void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef); |
| 325 #endif | 325 #endif |
| 326 | 326 |
| 327 #if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 | 327 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 |
| 328 extern CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat
initialVelocity, CGFloat elapsedTime); | 328 extern CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat
initialVelocity, CGFloat elapsedTime); |
| 329 extern CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta); | 329 extern CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta); |
| 330 extern CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta); | 330 extern CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta); |
| 331 #endif | 331 #endif |
| 332 | 332 |
| 333 } | 333 } |
| 334 | 334 |
| 335 #endif | 335 #endif |
| OLD | NEW |