[webkit-reviews] review granted: [Bug 125899] [MSE] Add per-track signalling between SourceBuffer and SourceBufferPrivate. : [Attachment 219485] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 17 18:57:54 PST 2013


Eric Carlson <eric.carlson at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 125899: [MSE] Add per-track signalling between SourceBuffer and
SourceBufferPrivate.
https://bugs.webkit.org/show_bug.cgi?id=125899

Attachment 219485: Patch
https://bugs.webkit.org/attachment.cgi?id=219485&action=review

------- Additional Comments from Eric Carlson <eric.carlson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=219485&action=review


> Source/WebCore/Modules/mediasource/SourceBuffer.h:143
> +    struct TrackBuffer;

Don't we usually forward declare structs and classes above the class?


More information about the webkit-reviews mailing list