| 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 02fe6ab0954b9a46205d0e769373c674e35bbd1e..a4fe0df38e864ed5dfa62337e16682d1311f506f 100644
|
| --- a/content/renderer/pepper/pepper_platform_video_capture_impl.h
|
| +++ b/content/renderer/pepper/pepper_platform_video_capture_impl.h
|
| @@ -32,7 +32,6 @@ class PepperPlatformVideoCaptureImpl
|
| const base::WeakPtr<PepperPluginDelegateImpl>& plugin_delegate,
|
| const std::string& device_id,
|
| webkit::ppapi::PluginDelegate::PlatformVideoCaptureEventHandler* handler);
|
| - virtual ~PepperPlatformVideoCaptureImpl();
|
|
|
| // webkit::ppapi::PluginDelegate::PlatformVideoCapture implementation.
|
| virtual void StartCapture(
|
| @@ -58,6 +57,9 @@ class PepperPlatformVideoCaptureImpl
|
| VideoCapture* capture,
|
| const media::VideoCaptureParams& device_info) OVERRIDE;
|
|
|
| + protected:
|
| + virtual ~PepperPlatformVideoCaptureImpl();
|
| +
|
| private:
|
| void Initialize();
|
|
|
|
|