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

Unified Diff: content/public/test/test_synchronous_compositor_android.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent 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 | « content/public/test/test_synchronous_compositor_android.h ('k') | content/public/test/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_synchronous_compositor_android.cc
diff --git a/content/public/test/test_synchronous_compositor_android.cc b/content/public/test/test_synchronous_compositor_android.cc
index 609cdf46ed5c6ecdc4c8e2e25f1175b46c1fcd3b..586f8ef4df70a93f5b6666dcc4df61b759e62804 100644
--- a/content/public/test/test_synchronous_compositor_android.cc
+++ b/content/public/test/test_synchronous_compositor_android.cc
@@ -58,7 +58,7 @@ bool TestSynchronousCompositor::DemandDrawSw(SkCanvas* canvas) {
void TestSynchronousCompositor::SetHardwareFrame(
uint32_t output_surface_id,
- scoped_ptr<cc::CompositorFrame> frame) {
+ std::unique_ptr<cc::CompositorFrame> frame) {
hardware_frame_.output_surface_id = output_surface_id;
hardware_frame_.frame = std::move(frame);
}
« no previous file with comments | « content/public/test/test_synchronous_compositor_android.h ('k') | content/public/test/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698