WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119186
Replace all uses of GraphicsLayer::create function with the one that takes a GraphicsLayerFactory
https://bugs.webkit.org/show_bug.cgi?id=119186
Summary
Replace all uses of GraphicsLayer::create function with the one that takes a ...
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug