Bug 73048
| Summary: | Make WebVideoFrame::textureId() pure virtual | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ami Fischman <fischman> |
| Component: | Media | Assignee: | Ami Fischman <fischman> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ami Fischman
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ami Fischman
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.