| Index: content/renderer/pepper/pepper_video_destination_host.h
|
| diff --git a/content/renderer/pepper/pepper_video_destination_host.h b/content/renderer/pepper/pepper_video_destination_host.h
|
| index 2e00c8f9c792cab0c7d37deee93135b972e4d35a..3007bab76a6766b738b640b56657e77bf3a55582 100644
|
| --- a/content/renderer/pepper/pepper_video_destination_host.h
|
| +++ b/content/renderer/pepper/pepper_video_destination_host.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PEPPER_VIDEO_DESTINATION_HOST_H_
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_VIDEO_DESTINATION_HOST_H_
|
|
|
| +#include <string>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -40,7 +42,7 @@ class CONTENT_EXPORT PepperVideoDestinationHost
|
|
|
| RendererPpapiHost* renderer_ppapi_host_;
|
|
|
| - scoped_ptr<FrameWriterInterface> frame_writer_;
|
| + VideoDestinationHandler::FrameWriterCallback frame_writer_;
|
|
|
| base::WeakPtrFactory<PepperVideoDestinationHost> weak_factory_;
|
|
|
|
|