Bug 71796

Summary: CSSCanvasValue: Remove inheritance from CanvasObserver.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 71666    
Attachments:
Description Flags
Proposed patch koivisto: review+

Description Andreas Kling 2011-11-08 04:29:36 PST
In order to remove the vptr from CSSCanvasValue, we need to remove the inheritance from CanvasObserver.
I plan to do this in the same was as CSSImportRule, by adding a proxying observer as a member variable.
Comment 1 Andreas Kling 2011-11-08 04:38:54 PST
Created attachment 114040 [details]
Proposed patch
Comment 2 Antti Koivisto 2011-11-08 04:59:55 PST
Comment on attachment 114040 [details]
Proposed patch

r=me
Comment 3 Andreas Kling 2011-11-08 05:22:26 PST
Committed r99555: <http://trac.webkit.org/changeset/99555>