Index: content/renderer/pepper/pepper_platform_video_capture.h |
diff --git a/content/renderer/pepper/pepper_platform_video_capture.h b/content/renderer/pepper/pepper_platform_video_capture.h |
index 601c4f16d66085ae45ae1381ff910e7aaefe3f77..dd6ed78dade5bdfbda1e479b9c311cf81b0d52d7 100644 |
--- a/content/renderer/pepper/pepper_platform_video_capture.h |
+++ b/content/renderer/pepper/pepper_platform_video_capture.h |
@@ -42,7 +42,6 @@ class PepperPlatformVideoCapture { |
void OnDeviceOpened(int request_id, bool succeeded, const std::string& label); |
void OnStateUpdate(VideoCaptureState state); |
void OnFrameReady(const scoped_refptr<media::VideoFrame>& frame, |
- const media::VideoCaptureFormat& format, |
const base::TimeTicks& estimated_capture_time); |
// Can return NULL if the RenderFrame referenced by |render_frame_id_| has |