Title: [148271] trunk/Source/WebCore
- Revision
- 148271
- Author
- [email protected]
- Date
- 2013-04-12 03:22:05 -0700 (Fri, 12 Apr 2013)
Log Message
Build fix.
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h:
Add missing #include and forward declaration.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (148270 => 148271)
--- trunk/Source/WebCore/ChangeLog 2013-04-12 09:03:09 UTC (rev 148270)
+++ trunk/Source/WebCore/ChangeLog 2013-04-12 10:22:05 UTC (rev 148271)
@@ -1,3 +1,10 @@
+2013-04-12 Mark Rowe <[email protected]>
+
+ Build fix.
+
+ * platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h:
+ Add missing #include and forward declaration.
+
2013-04-12 Zan Dobersek <[email protected]>
Unreviewed functionality fix for ports enabling the MicroData feature.
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h (148270 => 148271)
--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h 2013-04-12 09:03:09 UTC (rev 148270)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h 2013-04-12 10:22:05 UTC (rev 148271)
@@ -30,6 +30,7 @@
#include "CachedRawResourceClient.h"
#include "CachedResourceHandle.h"
+#include <wtf/NonCopyable.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/RetainPtr.h>
@@ -37,6 +38,7 @@
namespace WebCore {
+class CachedRawResource;
class CachedResourceLoader;
class MediaPlayerPrivateAVFoundationObjC;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes