Bug 35857 - Allow custom memory allocation control for RenderLayerBacking class
Summary: Allow custom memory allocation control for RenderLayerBacking class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 02:38 PST by Zoltan Horvath
Modified: 2010-03-11 01:30 PST (History)
0 users

See Also:


Attachments
proposed patch (1.35 KB, patch)
2010-03-08 02:39 PST, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2010-03-08 02:38:18 PST
Inherits the following class from Noncopyable because it is instantiated by 'new' and no need to be copyable:

class name    - instantiated at: WebCore/'location'
RenderLayerBacking - rendering/RenderLayer.cpp:3047
Comment 1 Zoltan Horvath 2010-03-08 02:39:51 PST
Created attachment 50198 [details]
proposed patch
Comment 2 Zoltan Horvath 2010-03-11 01:29:54 PST
Comment on attachment 50198 [details]
proposed patch

Clearing flags on attachment: 50198

Committed r55836: <http://trac.webkit.org/changeset/55836>
Comment 3 Zoltan Horvath 2010-03-11 01:30:02 PST
All reviewed patches have been landed.  Closing bug.