Bug 33585

Summary: [Qt] Allow custom memory allocation control for TransparencyLayer class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch oliver: review+

Description Zoltan Horvath 2010-01-13 02:37:40 PST
Created attachment 46441 [details]
Patch

Reviewed by NOBODY (OOPS!).

[Qt] Allow custom memory allocation control for TransparencyLayer class
https://bugs.webkit.org/show_bug.cgi?id=

Inherits the following class from FastAllocBase because it is 
instantiated by 'new':

class name              - instantiated at: WebCore/'location'
class TransparencyLayer - platform/graphics/qt/GraphicsContextQt.cpp:906

* platform/graphics/qt/GraphicsContextQt.cpp:
Comment 1 Oliver Hunt 2010-01-13 22:53:13 PST
Comment on attachment 46441 [details]
Patch

r=me
Comment 2 Zoltan Horvath 2010-01-14 00:45:29 PST
Landed in r53246.
http://trac.webkit.org/changeset/53246