Bug 32549

Summary: Allow custom memory allocation control for AnimationControllerPrivate and FillLayerPropertyWrapperGetter
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch none

Description Zoltan Horvath 2009-12-15 04:33:10 PST
Inherits AnimationControllerPrivate and FillLayerPropertyWrapperGetter classes from Noncopyable because these are instantiated by 'new' and no need to be copyable:
class/struct name                                 - instantiated at: WebCore/'location'
AnimationControllerPrivate             - page/animation/AnimationController.cpp:439
FillLayerPropertyWrapperGetter  - (its child class) page/animation/AnimationBase.cpp:464
Comment 1 Zoltan Horvath 2009-12-15 04:35:12 PST
Created attachment 44864 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-15 04:39:45 PST
style-queue ran check-webkit-style on attachment 44864 [details] without any errors.
Comment 3 WebKit Commit Bot 2009-12-15 08:44:20 PST
Comment on attachment 44864 [details]
proposed patch

Clearing flags on attachment: 44864

Committed r52155: <http://trac.webkit.org/changeset/52155>
Comment 4 WebKit Commit Bot 2009-12-15 08:44:28 PST
All reviewed patches have been landed.  Closing bug.