| 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_;
|
|
|