Title: [215369] trunk/Source/WebCore
Revision
215369
Author
annu...@yandex.ru
Date
2017-04-14 11:48:11 -0700 (Fri, 14 Apr 2017)

Log Message

Removed unused and unimplemented methods from MediaPlayer
https://bugs.webkit.org/show_bug.cgi?id=170848

Reviewed by Jer Noble.

No new tests needed.

* platform/graphics/MediaPlayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (215368 => 215369)


--- trunk/Source/WebCore/ChangeLog	2017-04-14 18:09:35 UTC (rev 215368)
+++ trunk/Source/WebCore/ChangeLog	2017-04-14 18:48:11 UTC (rev 215369)
@@ -1,3 +1,14 @@
+2017-04-14  Konstantin Tokarev  <annu...@yandex.ru>
+
+        Removed unused and unimplemented methods from MediaPlayer
+        https://bugs.webkit.org/show_bug.cgi?id=170848
+
+        Reviewed by Jer Noble.
+
+        No new tests needed.
+
+        * platform/graphics/MediaPlayer.h:
+
 2017-04-14  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Add performance test for asking the platform for a font for U+2060 WORD JOINER

Modified: trunk/Source/WebCore/platform/graphics/MediaPlayer.h (215368 => 215369)


--- trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2017-04-14 18:09:35 UTC (rev 215368)
+++ trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2017-04-14 18:48:11 UTC (rev 215369)
@@ -398,9 +398,6 @@
     bool hasClosedCaptions() const;
     void setClosedCaptionsVisible(bool closedCaptionsVisible);
 
-    bool autoplay() const;
-    void setAutoplay(bool);
-
     void paint(GraphicsContext&, const FloatRect&);
     void paintCurrentFrameInContext(GraphicsContext&, const FloatRect&);
 
@@ -596,8 +593,6 @@
     void loadWithNextMediaEngine(const MediaPlayerFactory*);
     void reloadTimerFired();
 
-    static void initializeMediaEngines();
-
     MediaPlayerClient* m_client;
     Timer m_reloadTimer;
     std::unique_ptr<MediaPlayerPrivateInterface> m_private;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to