RESOLVED FIXED 71796
CSSCanvasValue: Remove inheritance from CanvasObserver.
https://bugs.webkit.org/show_bug.cgi?id=71796
Summary CSSCanvasValue: Remove inheritance from CanvasObserver.
Andreas Kling
Reported 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.
Attachments
Proposed patch (4.17 KB, patch)
2011-11-08 04:38 PST, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2011-11-08 04:38:54 PST
Created attachment 114040 [details] Proposed patch
Antti Koivisto
Comment 2 2011-11-08 04:59:55 PST
Comment on attachment 114040 [details] Proposed patch r=me
Andreas Kling
Comment 3 2011-11-08 05:22:26 PST
Note You need to log in before you can comment on or make changes to this bug.