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

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

Issue 2365533004: Video Capture Device Win: cleanup error logging (Closed)
Patch Set: xianglu@ naming suggestion Created 4 years, 3 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 | media/capture/video/win/video_capture_device_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/win/video_capture_device_win.h
diff --git a/media/capture/video/win/video_capture_device_win.h b/media/capture/video/win/video_capture_device_win.h
index 35a7c4cf55e464e27dda2bf7c6f81900c991bdae..06dc24d3e313a69c4feb2ed2c5dc9990f44a4b34 100644
--- a/media/capture/video/win/video_capture_device_win.h
+++ b/media/capture/video/win/video_capture_device_win.h
@@ -93,7 +93,8 @@ class VideoCaptureDeviceWin : public VideoCaptureDevice,
bool CreateCapabilityMap();
void SetAntiFlickerInCaptureFilter(const VideoCaptureParams& params);
void SetErrorState(const tracked_objects::Location& from_here,
- const std::string& reason);
+ const std::string& reason,
+ HRESULT hr);
const VideoCaptureDeviceDescriptor device_descriptor_;
InternalState state_;
« no previous file with comments | « no previous file | media/capture/video/win/video_capture_device_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698