[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

philn at webkit.org philn at webkit.org
Wed Dec 22 13:27:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f6ca283a2fa1cbe2c3edff953c4c1eacd9e4482b
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 16 10:50:03 2010 +0000

    2010-09-16  Philippe Normand  <pnormand at igalia.com>
    
            Reviewed by Andreas Kling.
    
            [GStreamer] un-needed header includes in MediaPlayerPrivate
            https://bugs.webkit.org/show_bug.cgi?id=45877
    
            Include only the headers we need.
            No new tests, #includes cleanup only.
    
            * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67602 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 373588b..416386c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-16  Philippe Normand  <pnormand at igalia.com>
+
+        Reviewed by Andreas Kling.
+
+        [GStreamer] un-needed header includes in MediaPlayerPrivate
+        https://bugs.webkit.org/show_bug.cgi?id=45877
+
+        Include only the headers we need.
+        No new tests, #includes cleanup only.
+
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
+
 2010-09-16  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp b/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
index 4791b4c..0071d67 100644
--- a/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
+++ b/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
@@ -23,6 +23,7 @@
 
 #include "config.h"
 #include "MediaPlayerPrivateGStreamer.h"
+
 #if ENABLE(VIDEO)
 
 #include "ColorSpace.h"
@@ -40,19 +41,15 @@
 #include "MIMETypeRegistry.h"
 #include "MediaPlayer.h"
 #include "NotImplemented.h"
-#include "ScrollView.h"
 #include "SecurityOrigin.h"
 #include "TimeRanges.h"
 #include "VideoSinkGStreamer.h"
 #include "WebKitWebSourceGStreamer.h"
-#include "Widget.h"
 #include <GOwnPtr.h>
 #include <gst/gst.h>
-#include <gst/interfaces/mixer.h>
 #include <gst/video/video.h>
 #include <limits>
 #include <math.h>
-#include <wtf/text/CString.h>
 
 // GstPlayFlags flags from playbin2. It is the policy of GStreamer to
 // not publicly expose element-specific enums. That's why this

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list