Attempt to fix the Windows component build by including these headers
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Apr 2012 18:09:13 +0000 (18:09 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Apr 2012 18:09:13 +0000 (18:09 +0000)
rather than forward declaring these objects.

* chromium/public/WebMediaStreamSourcesRequest.h:
(WebKit):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113064 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/Platform/ChangeLog
Source/Platform/chromium/public/WebMediaStreamSourcesRequest.h

index e6bf60c..3ecfa5a 100644 (file)
@@ -1,3 +1,11 @@
+2012-04-03  Adam Barth  <abarth@webkit.org>
+
+        Attempt to fix the Windows component build by including these headers
+        rather than forward declaring these objects.
+
+        * chromium/public/WebMediaStreamSourcesRequest.h:
+        (WebKit):
+
 2012-04-02  Adam Barth  <abarth@webkit.org>
 
         [Chromium] Move a number of virtual functions from WebKitPlatformSupport.h into Platform.h
index 7fcc7c2..dde6d77 100644 (file)
@@ -32,7 +32,9 @@
 #define WebMediaStreamSourcesRequest_h
 
 #include "WebCommon.h"
+#include "WebMediaStreamSource.h"
 #include "WebPrivatePtr.h"
+#include "WebVector.h"
 
 namespace WebCore {
 class MediaStreamSourcesQueryClient;
@@ -40,9 +42,6 @@ class MediaStreamSourcesQueryClient;
 
 namespace WebKit {
 
-class WebMediaStreamSource;
-template <typename T> class WebVector;
-
 class WebMediaStreamSourcesRequest {
 public:
     WebMediaStreamSourcesRequest() { }