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

Unified Diff: media/capture/video/video_capture_device_info.cc

Issue 2802553002: Revert of [Mojo Video Capture] Introduce abstraction VideoCaptureSystem (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « media/capture/video/video_capture_device_info.h ('k') | media/capture/video/video_capture_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/video_capture_device_info.cc
diff --git a/media/capture/video/video_capture_device_info.cc b/media/capture/video/video_capture_device_info.cc
deleted file mode 100644
index 50f999ba20df9d9244418ae140cbfcb8f0c7c0fd..0000000000000000000000000000000000000000
--- a/media/capture/video/video_capture_device_info.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "media/capture/video/video_capture_device_info.h"
-
-namespace media {
-
-VideoCaptureDeviceInfo::VideoCaptureDeviceInfo() = default;
-
-VideoCaptureDeviceInfo::VideoCaptureDeviceInfo(
- media::VideoCaptureDeviceDescriptor descriptor)
- : descriptor(descriptor) {}
-
-VideoCaptureDeviceInfo::VideoCaptureDeviceInfo(
- const VideoCaptureDeviceInfo& other) = default;
-
-VideoCaptureDeviceInfo::~VideoCaptureDeviceInfo() = default;
-
-VideoCaptureDeviceInfo& VideoCaptureDeviceInfo::operator=(
- const VideoCaptureDeviceInfo& other) = default;
-
-} // namespace media
« no previous file with comments | « media/capture/video/video_capture_device_info.h ('k') | media/capture/video/video_capture_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698