| Index: content/renderer/pepper/pepper_platform_video_capture_impl.h
|
| diff --git a/content/renderer/pepper/pepper_platform_video_capture_impl.h b/content/renderer/pepper/pepper_platform_video_capture_impl.h
|
| index 9eb7504eefbcdef11472a4abda6cfada77bfbac7..02fe6ab0954b9a46205d0e769373c674e35bbd1e 100644
|
| --- a/content/renderer/pepper/pepper_platform_video_capture_impl.h
|
| +++ b/content/renderer/pepper/pepper_platform_video_capture_impl.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "media/video/capture/video_capture.h"
|
| +#include "media/video/capture/video_capture_types.h"
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
|
|
| namespace media {
|
| @@ -34,8 +35,9 @@ class PepperPlatformVideoCaptureImpl
|
| virtual ~PepperPlatformVideoCaptureImpl();
|
|
|
| // webkit::ppapi::PluginDelegate::PlatformVideoCapture implementation.
|
| - virtual void StartCapture(media::VideoCapture::EventHandler* handler,
|
| - const VideoCaptureCapability& capability) OVERRIDE;
|
| + virtual void StartCapture(
|
| + media::VideoCapture::EventHandler* handler,
|
| + const media::VideoCaptureCapability& capability) OVERRIDE;
|
| virtual void StopCapture(media::VideoCapture::EventHandler* handler) OVERRIDE;
|
| virtual void FeedBuffer(scoped_refptr<VideoFrameBuffer> buffer) OVERRIDE;
|
| virtual bool CaptureStarted() OVERRIDE;
|
|
|