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

Unified Diff: media/capture/video/mac/platform_video_capturing_mac.h

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media_internals_test Created 4 years, 9 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/mac/platform_video_capturing_mac.h
diff --git a/media/capture/video/mac/platform_video_capturing_mac.h b/media/capture/video/mac/platform_video_capturing_mac.h
index 7898b97ad3ee7f8dcc67cadc97c60867d8095455..dfcd2bb1e89890f80fd49823b4cdf895a11e9748 100644
--- a/media/capture/video/mac/platform_video_capturing_mac.h
+++ b/media/capture/video/mac/platform_video_capturing_mac.h
@@ -11,8 +11,7 @@ namespace media {
class VideoCaptureDeviceMac;
}
-// Protocol representing platform-dependent video capture on Mac, implemented
-// by both QTKit and AVFoundation APIs.
+// Protocol representing platform-dependent video capture on Mac.
@protocol PlatformVideoCapturingMac<NSObject>
// This method initializes the instance by calling NSObject |init| and registers

Powered by Google App Engine
This is Rietveld 408576698