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 277b6681fc561ab115d3f831bad4bb3cee18b2b9..f35b2481035ee03bf9733ef265635b1b365abc27 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_; |