Bug 138429 - Use std::unique_ptr for TileController
Summary: Use std::unique_ptr for TileController
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-05 09:26 PST by Sam Weinig
Modified: 2016-02-16 19:24 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.17 KB, patch)
2014-11-05 09:27 PST, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2014-11-05 09:26:48 PST
Use std::unique_ptr for TileController
Comment 1 Sam Weinig 2014-11-05 09:27:29 PST
Created attachment 241034 [details]
Patch
Comment 2 Anders Carlsson 2014-11-05 09:31:57 PST
Comment on attachment 241034 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=241034&action=review

> Source/WebCore/platform/graphics/ca/TileController.h:56
> +    TileController(PlatformCALayer*);

This should be explicit.