| Index: content/renderer/child_frame_compositing_helper.h
|
| diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h
|
| index fda84a7755d191a9e9f6371bd1824cd29468f0a1..47c2025154c275b9972dfa15f058d3baf430a08a 100644
|
| --- a/content/renderer/child_frame_compositing_helper.h
|
| +++ b/content/renderer/child_frame_compositing_helper.h
|
| @@ -7,12 +7,12 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/shared_memory.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "cc/surfaces/surface_id.h"
|
| @@ -122,7 +122,7 @@ class CONTENT_EXPORT ChildFrameCompositingHelper
|
| base::WeakPtr<BrowserPlugin> browser_plugin_;
|
| RenderFrameProxy* render_frame_proxy_;
|
|
|
| - scoped_ptr<blink::WebLayer> web_layer_;
|
| + std::unique_ptr<blink::WebLayer> web_layer_;
|
| cc::SurfaceId surface_id_;
|
| blink::WebFrame* frame_;
|
|
|
|
|