Bug 114640
Summary: | [CSS Shaders] Use CustomFilterProgramInfo only as a hash key, not to transport data | ||
---|---|---|---|
Product: | WebKit | Reporter: | Max Vujovic <mvujovic> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | achicu, krit, michelangelo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 71392 |
Max Vujovic
We sometimes create CustomFilterProgramInfo objects just to transport data that we could get off of CustomFilterProgram. This seems unnecessary.
CustomFilterProgramInfo should only be used as the hash key for caching CustomFilterProgram(s).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |