Title: [175937] trunk/Source/WebCore
Revision
175937
Author
[email protected]
Date
2014-11-11 08:54:02 -0800 (Tue, 11 Nov 2014)

Log Message

Qt/Chromium remnants in MediaPlayer
https://bugs.webkit.org/show_bug.cgi?id=138611

Patch by Philippe Normand <[email protected]> on 2014-11-11
Reviewed by Jer Noble.

* platform/graphics/MediaPlayer.h: Remove unused Qt/Chromium stuff.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (175936 => 175937)


--- trunk/Source/WebCore/ChangeLog	2014-11-11 16:47:39 UTC (rev 175936)
+++ trunk/Source/WebCore/ChangeLog	2014-11-11 16:54:02 UTC (rev 175937)
@@ -1,3 +1,12 @@
+2014-11-11  Philippe Normand  <[email protected]>
+
+        Qt/Chromium remnants in MediaPlayer
+        https://bugs.webkit.org/show_bug.cgi?id=138611
+
+        Reviewed by Jer Noble.
+
+        * platform/graphics/MediaPlayer.h: Remove unused Qt/Chromium stuff.
+
 2014-11-11  Chris Dumez  <[email protected]>
 
         Move '-webkit-marquee-speed' CSS property to the new StyleBuilder

Modified: trunk/Source/WebCore/platform/graphics/MediaPlayer.h (175936 => 175937)


--- trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2014-11-11 16:47:39 UTC (rev 175936)
+++ trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2014-11-11 16:54:02 UTC (rev 175937)
@@ -88,8 +88,6 @@
         QTMovieType,
         QTMovieGWorldType,
         QTMovieVisualContextType,
-        ChromiumMediaPlayerType,
-        QtMediaPlayerType,
         AVFoundationMediaPlayerType,
         AVFoundationCFMediaPlayerType,
         AVFoundationAssetType,
@@ -99,8 +97,6 @@
         QTMovie* qtMovie;
         QTMovieGWorld* qtMovieGWorld;
         QTMovieVisualContext* qtMovieVisualContext;
-        MediaPlayerPrivateInterface* chromiumMediaPlayer;
-        MediaPlayerPrivateInterface* qtMediaPlayer;
         AVPlayer* avfMediaPlayer;
         AVCFPlayer* avcfMediaPlayer;
         AVAsset* avfAsset;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to