Bug 79144

Summary: Make WebKitCSSShaderValue inherit directly from CSSValue.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2012-02-21 13:02:33 PST
WebKitCSSShaderValue inherits from CSSPrimitiveValue and uses it only for URL storage. We should put the URL in a WebKitCSSShaderValue member instead.
Comment 1 Andreas Kling 2012-02-21 13:09:47 PST
Created attachment 128030 [details]
Patch
Comment 2 Andreas Kling 2012-02-21 14:05:11 PST
Comment on attachment 128030 [details]
Patch

Clearing flags on attachment: 128030

Committed r108396: <http://trac.webkit.org/changeset/108396>
Comment 3 Andreas Kling 2012-02-21 14:05:59 PST
All reviewed patches have been landed.  Closing bug.