Title: [214894] trunk/Source/WebCore
- Revision
- 214894
- Author
- [email protected]
- Date
- 2017-04-04 13:03:47 -0700 (Tue, 04 Apr 2017)
Log Message
Build fix.
Rubber-stamped by Jer Noble.
* platform/spi/mac/AVFoundationSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (214893 => 214894)
--- trunk/Source/WebCore/ChangeLog 2017-04-04 19:59:52 UTC (rev 214893)
+++ trunk/Source/WebCore/ChangeLog 2017-04-04 20:03:47 UTC (rev 214894)
@@ -1,3 +1,11 @@
+2017-04-04 Alexey Proskuryakov <[email protected]>
+
+ Build fix.
+
+ Rubber-stamped by Jer Noble.
+
+ * platform/spi/mac/AVFoundationSPI.h:
+
2017-04-04 Tim Horton <[email protected]>
[Mac] -[WKWebView findMatchesForString:relativeToMatch:findOptions:maxResults:resultCollector:] invokes the resultCollector with didWrap = NO even when it wraps
Modified: trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h (214893 => 214894)
--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h 2017-04-04 19:59:52 UTC (rev 214893)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h 2017-04-04 20:03:47 UTC (rev 214894)
@@ -163,6 +163,10 @@
#import <CoreMedia/CMSampleBuffer.h>
#import <CoreMedia/CMSync.h>
+#if __has_include(<AVFoundation/AVSampleBufferRenderSynchronizer.h>)
+#import <AVFoundation/AVSampleBufferRenderSynchronizer.h>
+#else
+
NS_ASSUME_NONNULL_BEGIN
@interface AVSampleBufferRenderSynchronizer : NSObject
@@ -180,6 +184,8 @@
NS_ASSUME_NONNULL_END
+#endif // __has_include(<AVFoundation/AVSampleBufferRenderSynchronizer.h>)
+
#if __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
#import <AVFoundation/AVSampleBufferAudioRenderer.h>
#else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes