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

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

Issue 480023002: Mac Video Capture: Change an ErrorMessage to LogMessage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tommi@s comments Created 6 years, 4 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/video/capture/mac/video_capture_device_qtkit_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/mac/video_capture_device_mac.h
diff --git a/media/video/capture/mac/video_capture_device_mac.h b/media/video/capture/mac/video_capture_device_mac.h
index 60da1396d5f28575459fb40da90e818fd5b2d17f..2934456f79399f69902db324b2bb623beb56bdb9 100644
--- a/media/video/capture/mac/video_capture_device_mac.h
+++ b/media/video/capture/mac/video_capture_device_mac.h
@@ -73,11 +73,13 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice {
int aspect_numerator,
int aspect_denominator);
+ // Forwarder to VideoCaptureDevice::OnError().
void ReceiveError(const std::string& reason);
+ // Forwarder to VideoCaptureDevice::OnLog().
tommi (sloooow) - chröme 2014/08/18 10:54:45 actually, this forwards to the client, not the cap
mcasas 2014/08/18 11:52:59 Done.
+ void LogMessage(const std::string& message);
private:
void SetErrorState(const std::string& reason);
- void LogMessage(const std::string& message);
bool UpdateCaptureResolution();
// Flag indicating the internal state.
« no previous file with comments | « no previous file | media/video/capture/mac/video_capture_device_qtkit_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698