Bug 73048

Summary: Make WebVideoFrame::textureId() pure virtual
Product: WebKit Reporter: Ami Fischman <fischman>
Component: MediaAssignee: Ami Fischman <fischman>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ami Fischman
Reported 2011-11-23 13:40:52 PST
To ease landing bug 73043 WebVideoFrame::textureId() received a dummy implementation instead of being pure-virtual like all its siblings. Once the chromium side lands, undo this and revert to pure-virtual.
Attachments
Ami Fischman
Comment 1 2011-11-23 15:23:21 PST
Turns out the right thing to do was to provide default impls for all the methods in the class, not have them be pure-virtual (see bug 73043 for discussion). Resolving.
Note You need to log in before you can comment on or make changes to this bug.