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 RenderingAssignee: 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
Reported 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).
Attachments
Note You need to log in before you can comment on or make changes to this bug.