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

Description Jacky Jiang 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.
Comment 1 Jacky Jiang 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
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2013-07-27 22:13:30 PDT
All reviewed patches have been landed.  Closing bug.