Title: [149764] trunk/Source/WebCore
Revision
149764
Author
[email protected]
Date
2013-05-08 13:45:01 -0700 (Wed, 08 May 2013)

Log Message

Unreviewed AppleWin build fix.

* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.h:
(MediaPlayerPrivateAVFoundationCF):
(WebCore::MediaPlayerPrivateAVFoundationCF::currentTrack):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149763 => 149764)


--- trunk/Source/WebCore/ChangeLog	2013-05-08 20:33:43 UTC (rev 149763)
+++ trunk/Source/WebCore/ChangeLog	2013-05-08 20:45:01 UTC (rev 149764)
@@ -1,3 +1,11 @@
+2013-05-08  Roger Fong  <[email protected]>
+
+        Unreviewed AppleWin build fix.
+
+        * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.h:
+        (MediaPlayerPrivateAVFoundationCF):
+        (WebCore::MediaPlayerPrivateAVFoundationCF::currentTrack):
+
 2013-05-08  José Dapena Paz  <[email protected]> and Zan Dobersek  <[email protected]>
 
         [GTK] Plumb the Automake build system for the Battery Status API feature

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.h (149763 => 149764)


--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.h	2013-05-08 20:33:43 UTC (rev 149763)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.h	2013-05-08 20:45:01 UTC (rev 149764)
@@ -40,6 +40,9 @@
 
     static void registerMediaEngine(MediaEngineRegistrar);
 
+    //FIXME: this needs to be implemented
+    virtual InbandTextTrackPrivateAVF* currentTrack() const { return 0; }
+
 private:
     MediaPlayerPrivateAVFoundationCF(MediaPlayer*);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to