Bug 79612

Summary: Encapsulate uses of WKSI to setup a remote layer into a new RemoteLayerClient class
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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.