Bug 119186

Summary: Replace all uses of GraphicsLayer::create function with the one that takes a GraphicsLayerFactory
Product: WebKit Reporter: Jacky Jiang <jkjiang>
Component: PlatformAssignee: Jacky Jiang <jkjiang>
Status: RESOLVED FIXED    
Severity: Normal CC: anilsson, commit-queue, laszlo.gombos, simon.fraser, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Jacky Jiang
Reported 2013-07-27 19:52:23 PDT
Source/WebCore/platform/graphics/GraphicsLayer.h // FIXME: Replace all uses of this create function with the one that takes a GraphicsLayerFactory. static PassOwnPtr<GraphicsLayer> create(GraphicsLayerClient*); http://trac.webkit.org/changeset/130072 introduced static PassOwnPtr<GraphicsLayer> create(GraphicsLayerFactory*, GraphicsLayerClient*), we should use this instead.
Attachments
Patch (15.08 KB, patch)
2013-07-27 20:42 PDT, Jacky Jiang
no flags
Jacky Jiang
Comment 1 2013-07-27 20:42:34 PDT
Created attachment 207598 [details] Patch remove GraphicsLayer::create(GraphicsLayerClient*) and adapt BlackBerry, EFL, QT, Mac ports to the change
WebKit Commit Bot
Comment 2 2013-07-27 22:13:21 PDT
Comment on attachment 207598 [details] Patch Clearing flags on attachment: 207598 Committed r153408: <http://trac.webkit.org/changeset/153408>
WebKit Commit Bot
Comment 3 2013-07-27 22:13:30 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.