Index: trunk/src/content/renderer/pepper/pepper_platform_video_capture.h |
=================================================================== |
--- trunk/src/content/renderer/pepper/pepper_platform_video_capture.h (revision 244357) |
+++ trunk/src/content/renderer/pepper/pepper_platform_video_capture.h (working copy) |
@@ -24,7 +24,6 @@ |
class PepperMediaDeviceManager; |
class PepperVideoCaptureHost; |
class RenderViewImpl; |
-class VideoCaptureHandle; |
class PepperPlatformVideoCapture |
: public media::VideoCapture, |
@@ -81,7 +80,7 @@ |
PepperVideoCaptureHost* handler_; |
- scoped_ptr<VideoCaptureHandle> video_capture_; |
+ media::VideoCapture* video_capture_; |
// StartCapture() must be balanced by StopCapture(), otherwise this object |
// will leak. |