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

Unified Diff: content/renderer/android/synchronous_compositor_proxy.h

Issue 1873783003: Convert //content/renderer from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/renderer/android/synchronous_compositor_proxy.h
diff --git a/content/renderer/android/synchronous_compositor_proxy.h b/content/renderer/android/synchronous_compositor_proxy.h
index 8d89833795f07966e2fea79616d98312e6ef1007..da1718c6c03dfe7d9f43713088a1406404b71f40 100644
--- a/content/renderer/android/synchronous_compositor_proxy.h
+++ b/content/renderer/android/synchronous_compositor_proxy.h
@@ -141,7 +141,7 @@ class SynchronousCompositorProxy
// From browser.
size_t bytes_limit_;
- scoped_ptr<SharedMemoryWithSize> software_draw_shm_;
+ std::unique_ptr<SharedMemoryWithSize> software_draw_shm_;
// To browser.
mutable uint32_t version_; // Mustable so PopulateCommonParams can be const.

Powered by Google App Engine
This is Rietveld 408576698