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..1e23c53bb0c4fe0f19700f6fea4436c0b76a745b 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::Client::OnError(). |
void ReceiveError(const std::string& reason); |
+ // Forwarder to VideoCaptureDevice::Client::OnLog(). |
Henrik Grunell
2014/08/18 12:05:43
Nit: empty line before comment.
mcasas
2014/08/18 12:26:41
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. |