Title: [173453] trunk/Source/WebCore
- Revision
- 173453
- Author
- [email protected]
- Date
- 2014-09-09 17:05:36 -0700 (Tue, 09 Sep 2014)
Log Message
Unreviewed build fix for Windows.
* platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:
* platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (173452 => 173453)
--- trunk/Source/WebCore/ChangeLog 2014-09-09 23:31:41 UTC (rev 173452)
+++ trunk/Source/WebCore/ChangeLog 2014-09-10 00:05:36 UTC (rev 173453)
@@ -1,3 +1,11 @@
+2014-09-09 Roger Fong <[email protected]>
+
+ Unreviewed build fix for Windows.
+
+ * platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:
+ * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
+ * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
+
2014-09-09 Dan Bernstein <[email protected]>
FrameLoader::prepareForHistoryNavigation is unused
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp (173452 => 173453)
--- trunk/Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp 2014-09-09 23:31:41 UTC (rev 173452)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp 2014-09-10 00:05:36 UTC (rev 173453)
@@ -45,6 +45,7 @@
#include <wtf/text/StringBuilder.h>
#include <wtf/text/WTFString.h>
#include <wtf/unicode/CharacterNames.h>
+#include <wtf/StringPrintStream.h>
#if !PLATFORM(WIN)
#define SOFT_LINK_AVF_FRAMEWORK(Lib) SOFT_LINK_FRAMEWORK_OPTIONAL(Lib)
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp (173452 => 173453)
--- trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp 2014-09-09 23:31:41 UTC (rev 173452)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp 2014-09-10 00:05:36 UTC (rev 173453)
@@ -47,6 +47,7 @@
#include <runtime/Uint16Array.h>
#include <wtf/MainThread.h>
#include <wtf/text/CString.h>
+#include <wtf/StringPrintStream.h>
namespace WebCore {
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (173452 => 173453)
--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp 2014-09-09 23:31:41 UTC (rev 173452)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp 2014-09-10 00:05:36 UTC (rev 173453)
@@ -71,6 +71,7 @@
#include <wtf/Threading.h>
#include <wtf/text/CString.h>
#include <wtf/text/StringView.h>
+#include <wtf/StringPrintStream.h>
// The softlink header files must be included after the AVCF and CoreMedia header files.
#include "AVFoundationCFSoftLinking.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes