Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / renderer / pepper / pepper_platform_video_capture.cc
index fe12279..7a7809b 100644 (file)
@@ -83,6 +83,11 @@ void PepperPlatformVideoCapture::GetDeviceSupportedFormats(
   NOTREACHED();
 }
 
+void PepperPlatformVideoCapture::GetDeviceFormatsInUse(
+    const DeviceFormatsInUseCallback& callback) {
+  NOTREACHED();
+}
+
 void PepperPlatformVideoCapture::DetachEventHandler() {
   handler_ = NULL;
   StopCapture(NULL);