Title: [206301] trunk/Source/WebCore
Revision
206301
Author
jer.no...@apple.com
Date
2016-09-23 08:43:08 -0700 (Fri, 23 Sep 2016)

Log Message

Unreviewed build fix; Missed a file in the last checkin.

* platform/graphics/SourceBufferPrivate.h:
(WebCore::SourceBufferPrivate::enqueuedSamplesForTrackID):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206300 => 206301)


--- trunk/Source/WebCore/ChangeLog	2016-09-23 15:28:42 UTC (rev 206300)
+++ trunk/Source/WebCore/ChangeLog	2016-09-23 15:43:08 UTC (rev 206301)
@@ -1,5 +1,12 @@
 2016-09-23  Jer Noble  <jer.no...@apple.com>
 
+        Unreviewed build fix; Missed a file in the last checkin.
+
+        * platform/graphics/SourceBufferPrivate.h:
+        (WebCore::SourceBufferPrivate::enqueuedSamplesForTrackID):
+
+2016-09-23  Jer Noble  <jer.no...@apple.com>
+
         REGRESSION (206001): Scrubbed video on Youtube stops playing
         https://bugs.webkit.org/show_bug.cgi?id=162481
         <rdar://problem/28436707>

Modified: trunk/Source/WebCore/platform/graphics/SourceBufferPrivate.h (206300 => 206301)


--- trunk/Source/WebCore/platform/graphics/SourceBufferPrivate.h	2016-09-23 15:28:42 UTC (rev 206300)
+++ trunk/Source/WebCore/platform/graphics/SourceBufferPrivate.h	2016-09-23 15:43:08 UTC (rev 206301)
@@ -63,6 +63,8 @@
     virtual void setActive(bool) { }
     virtual void stopAskingForMoreSamples(AtomicString) { }
     virtual void notifyClientWhenReadyForMoreSamples(AtomicString) { }
+
+    virtual Vector<String> enqueuedSamplesForTrackID(AtomicString) { return {}; }
 };
 
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to