Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: cc/test/fake_mask_layer_impl.h

Issue 1866203004: Convert //cc from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptrcc: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.cc ('k') | cc/test/fake_mask_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_mask_layer_impl.h
diff --git a/cc/test/fake_mask_layer_impl.h b/cc/test/fake_mask_layer_impl.h
index 5f3166a1e9c278df8e8bca84fe269c805e79cb0d..b4225bad40249e9f50fa0fcc4e59fbb282771b24 100644
--- a/cc/test/fake_mask_layer_impl.h
+++ b/cc/test/fake_mask_layer_impl.h
@@ -11,7 +11,8 @@ namespace cc {
class FakeMaskLayerImpl : public LayerImpl {
public:
- static scoped_ptr<FakeMaskLayerImpl> Create(LayerTreeImpl* tree_impl, int id);
+ static std::unique_ptr<FakeMaskLayerImpl> Create(LayerTreeImpl* tree_impl,
+ int id);
void GetContentsResourceId(ResourceId* resource_id,
gfx::Size* resource_size) const override;
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.cc ('k') | cc/test/fake_mask_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698