Title: [197218] trunk/Source/WebCore
- Revision
- 197218
- Author
- [email protected]
- Date
- 2016-02-26 16:02:02 -0800 (Fri, 26 Feb 2016)
Log Message
Another 32-bit build fix.
* platform/spi/cocoa/AVKitSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (197217 => 197218)
--- trunk/Source/WebCore/ChangeLog 2016-02-26 23:51:42 UTC (rev 197217)
+++ trunk/Source/WebCore/ChangeLog 2016-02-27 00:02:02 UTC (rev 197218)
@@ -1,5 +1,11 @@
2016-02-26 Beth Dakin <[email protected]>
+ Another 32-bit build fix.
+
+ * platform/spi/cocoa/AVKitSPI.h:
+
+2016-02-26 Beth Dakin <[email protected]>
+
Attempted 32-bit build fix.
* platform/mac/WebVideoFullscreenInterfaceMac.mm:
Modified: trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h (197217 => 197218)
--- trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h 2016-02-26 23:51:42 UTC (rev 197217)
+++ trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h 2016-02-27 00:02:02 UTC (rev 197218)
@@ -26,22 +26,6 @@
#import "SoftLinking.h"
#import <objc/runtime.h>
-#if PLATFORM(MAC) && USE(APPLE_INTERNAL_SDK)
-
-#import <AVKit/AVValueTiming.h>
-
-#else
-
-@interface AVValueTiming : NSObject <NSCoding, NSCopying, NSMutableCopying>
-@end
-
-@interface AVValueTiming ()
-+ (AVValueTiming *)valueTimingWithAnchorValue:(double)anchorValue anchorTimeStamp:(NSTimeInterval)timeStamp rate:(double)rate;
-@property (NS_NONATOMIC_IOSONLY, readonly) double currentValue;
-@end
-
-#endif // USE(APPLE_INTERNAL_SDK)
-
#if PLATFORM(IOS)
#import <AVKit/AVKit.h>
#import <QuartzCore/QuartzCore.h>
@@ -147,3 +131,11 @@
#endif
#endif
+
+@interface AVValueTiming : NSObject <NSCoding, NSCopying, NSMutableCopying>
+@end
+
+@interface AVValueTiming ()
++ (AVValueTiming *)valueTimingWithAnchorValue:(double)anchorValue anchorTimeStamp:(NSTimeInterval)timeStamp rate:(double)rate;
+@property (NS_NONATOMIC_IOSONLY, readonly) double currentValue;
+@end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes