Title: [179058] trunk/Source/WebCore
- Revision
- 179058
- Author
- [email protected]
- Date
- 2015-01-23 21:36:59 -0800 (Fri, 23 Jan 2015)
Log Message
[iOS] Attempt to fix the build after AVValueTiming.h moved
* platform/spi/ios/AVKitSPI.h: The AVValueTiming.h header moved
to an unexpected location, so work around it by using local SPI
declarations.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (179057 => 179058)
--- trunk/Source/WebCore/ChangeLog 2015-01-24 05:33:40 UTC (rev 179057)
+++ trunk/Source/WebCore/ChangeLog 2015-01-24 05:36:59 UTC (rev 179058)
@@ -1,3 +1,11 @@
+2015-01-23 David Kilzer <[email protected]>
+
+ [iOS] Attempt to fix the build after AVValueTiming.h moved
+
+ * platform/spi/ios/AVKitSPI.h: The AVValueTiming.h header moved
+ to an unexpected location, so work around it by using local SPI
+ declarations.
+
2015-01-23 Alexey Proskuryakov <[email protected]>
Try to fix the build after r179056.
Modified: trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h (179057 => 179058)
--- trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h 2015-01-24 05:33:40 UTC (rev 179057)
+++ trunk/Source/WebCore/platform/spi/ios/AVKitSPI.h 2015-01-24 05:36:59 UTC (rev 179058)
@@ -32,7 +32,6 @@
#import <AVKit/AVPlayerController.h>
#import <AVKit/AVPlayerViewController_Private.h>
#import <AVKit/AVPlayerViewController_WebKitOnly.h>
-#import <AVKit/AVValueTiming.h>
#import <AVKit/AVVideoLayer.h>
#else
@@ -93,6 +92,14 @@
@property (nonatomic, weak) id <AVPlayerViewControllerDelegate> delegate;
@end
+#endif
+
+#if USE(APPLE_INTERNAL_SDK) && __IPHONE_OS_VERSION_MIN_REQUIRED < 90000
+
+#import <AVKit/AVValueTiming.h>
+
+#else
+
@interface AVValueTiming : NSObject <NSCoding, NSCopying, NSMutableCopying>
@end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes