Bug 114640 - [CSS Shaders] Use CustomFilterProgramInfo only as a hash key, not to transport data
Summary: [CSS Shaders] Use CustomFilterProgramInfo only as a hash key, not to transpor...
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:33 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:33:42 PDT
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).