Bug 33669

Summary: [Qt] Allow custom memory allocation control for GraphicsContextPlatformPrivate class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Zoltan Horvath <zoltan>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
proposed patch none

Description Zoltan Horvath 2010-01-14 05:06:19 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'
class GraphicsContextPlatformPrivate - platform/graphics/qt/GraphicsContextQt.cpp:254
Comment 1 Zoltan Horvath 2010-01-14 05:10:10 PST
Created attachment 46555 [details]
proposed patch
Comment 2 Oliver Hunt 2010-01-14 09:54:29 PST
Comment on attachment 46555 [details]
proposed patch

r=me
Comment 3 Eric Seidel (no email) 2010-01-14 12:54:45 PST
Attachment 46555 [details] was posted by a committer and has review+, assigning to Zoltan Horvath for commit.
Comment 4 Zoltan Horvath 2010-01-15 00:24:07 PST
Comment on attachment 46555 [details]
proposed patch

Clearing flags on attachment: 46555

Committed r53325: <http://trac.webkit.org/changeset/53325>
Comment 5 Zoltan Horvath 2010-01-15 00:24:16 PST
All reviewed patches have been landed.  Closing bug.