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

Unified Diff: content/browser/android/synchronous_compositor_host.h

Issue 1874893002: Convert //content/browser 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/browser/android/synchronous_compositor_host.h
diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h
index b9b1598602f96b76e68b785abd32e3f122b6c387..9067348261840313e63b0d46c97d123c15da95c8 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -92,7 +92,7 @@ class SynchronousCompositorHost : public SynchronousCompositorBase {
size_t bytes_limit_;
uint32_t output_surface_id_from_last_draw_;
cc::ReturnedResourceArray returned_resources_;
- scoped_ptr<SharedMemoryWithSize> software_draw_shm_;
+ std::unique_ptr<SharedMemoryWithSize> software_draw_shm_;
// Updated by both renderer and browser.
gfx::ScrollOffset root_scroll_offset_;
« no previous file with comments | « content/browser/android/synchronous_compositor_base.cc ('k') | content/browser/android/synchronous_compositor_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698