Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: media/capture/video/linux/video_capture_device_chromeos.h

Issue 2609863004: Pass camera facing to WebKit (Closed)
Patch Set: change comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/linux/video_capture_device_chromeos.h
diff --git a/media/capture/video/linux/video_capture_device_chromeos.h b/media/capture/video/linux/video_capture_device_chromeos.h
index 8a08c981c2aefa0b50f6dbe53a848aaa2df9ee51..59e2205c8e2278455d1304b0c1520146174d06f9 100644
--- a/media/capture/video/linux/video_capture_device_chromeos.h
+++ b/media/capture/video/linux/video_capture_device_chromeos.h
@@ -33,7 +33,7 @@ class VideoCaptureDeviceChromeOS : public VideoCaptureDeviceLinux {
void SetDisplayRotation(const display::Display& display);
scoped_refptr<ScreenObserverDelegate> screen_observer_delegate_;
- const CameraFacingChromeOS::LensFacing lens_facing_;
+ const VideoFacingMode lens_facing_;
DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureDeviceChromeOS);
};

Powered by Google App Engine
This is Rietveld 408576698