Bug 114637
Summary: | [CSS Shaders] Move CustomFilterProgramMixSettings out of CustomFilterProgramInfo.h | ||
---|---|---|---|
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
Sometimes we just want to pull in mix settings, without pulling in the program info.
We are moving toward using program info as just a hash key for caching CustomFilterProgram(s). We shouldn't be using it to transport data.
We should give mix settings its own header, or maybe put it in the CustomFilterProgram header, if it turns out that CustomFilterProgram and mix settings are always used together.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |