WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
79612
Encapsulate uses of WKSI to setup a remote layer into a new RemoteLayerClient class
https://bugs.webkit.org/show_bug.cgi?id=79612
Summary
Encapsulate uses of WKSI to setup a remote layer into a new RemoteLayerClient...
Sam Weinig
Reported
2012-02-26 18:36:09 PST
Refactor uses of WKSI to setup a remote layer into a new RemoteLayerClient class
Attachments
Patch
(26.58 KB, patch)
2012-02-26 18:40 PST
,
Sam Weinig
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2012-02-26 18:40:31 PST
Created
attachment 128938
[details]
Patch
Anders Carlsson
Comment 2
2012-02-26 18:45:13 PST
Comment on
attachment 128938
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=128938&action=review
> Source/WebKit2/Platform/mac/RemoteLayerClient.h:45 > +class RemoteLayerClient : public RefCounted<RemoteLayerClient> {
I don't think this needs to be refcounted. Just make it noncopyable and use OwnPtr instead of RefPtr.
Sam Weinig
Comment 3
2012-02-26 19:12:47 PST
Committed
r108946
: <
http://trac.webkit.org/changeset/108946
>
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