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+
Sam Weinig
Comment 1 2012-02-26 18:40:31 PST
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
Note You need to log in before you can comment on or make changes to this bug.