Bug 130406

Summary: Fix cue rendering test and include support for left/right alignment.
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: MediaAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, jer.noble, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://codereview.chromium.org/25155003
Attachments:
Description Flags
Patch eric.carlson: review+

Brent Fulgham
Reported 2014-03-18 10:44:29 PDT
Attachments
Patch (22.93 KB, patch)
2014-03-19 11:29 PDT, Brent Fulgham
eric.carlson: review+
Brent Fulgham
Comment 1 2014-03-19 11:29:36 PDT
Eric Carlson
Comment 2 2014-03-19 11:34:30 PDT
Comment on attachment 227204 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227204&action=review > Source/WebCore/html/track/VTTCue.cpp:618 > + } else { > + ASSERT_NOT_REACHED(); > } Nit: I don't think the braces are necessary.
Brent Fulgham
Comment 3 2014-03-19 11:37:12 PDT
(In reply to comment #2) > (From update of attachment 227204 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=227204&action=review > > > Source/WebCore/html/track/VTTCue.cpp:618 > > + } else { > > + ASSERT_NOT_REACHED(); > > } > > Nit: I don't think the braces are necessary. OK. I'll remove!
Brent Fulgham
Comment 4 2014-03-19 12:00:55 PDT
Note You need to log in before you can comment on or make changes to this bug.