Bug 114637 - [CSS Shaders] Move CustomFilterProgramMixSettings out of CustomFilterProgramInfo.h
Summary: [CSS Shaders] Move CustomFilterProgramMixSettings out of CustomFilterProgramI...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 71392
  Show dependency treegraph
 
Reported: 2013-04-15 14:15 PDT by Max Vujovic
Modified: 2014-03-02 08:52 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Vujovic 2013-04-15 14:15:24 PDT
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.