RESOLVED INVALID73048
Make WebVideoFrame::textureId() pure virtual
https://bugs.webkit.org/show_bug.cgi?id=73048
Summary Make WebVideoFrame::textureId() pure virtual
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.