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

Unified Diff: media/video/capture/win/capability_list_win.h

Issue 917183003: clang/win: Fix compile error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/win/capability_list_win.h
diff --git a/media/video/capture/win/capability_list_win.h b/media/video/capture/win/capability_list_win.h
index 6f520c29bdae5a3d6e16c3db5a48d7dcab908c22..d32a7b624436940968102862e49baad0a30b6c6b 100644
--- a/media/video/capture/win/capability_list_win.h
+++ b/media/video/capture/win/capability_list_win.h
@@ -18,7 +18,7 @@ namespace media {
struct CapabilityWin {
CapabilityWin(int index, const VideoCaptureFormat& format)
- : stream_index(index), supported_format(format) {}
+ : stream_index(index), supported_format(format), info_header() {}
// Used by VideoCaptureDeviceWin.
CapabilityWin(int index, const VideoCaptureFormat& format,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698