Chromium Code Reviews| 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..9ac843834b83144ee2ea4d2249afabdbcb5cf0af 100644 |
| --- a/media/video/capture/mac/video_capture_device_mac.h |
| +++ b/media/video/capture/mac/video_capture_device_mac.h |
| @@ -74,10 +74,10 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice { |
| int aspect_denominator); |
| void ReceiveError(const std::string& reason); |
| + void LogMessage(const std::string& message); |
|
tommi (sloooow) - chröme
2014/08/18 09:50:06
This requires some documentation now that it's pub
mcasas
2014/08/18 10:47:30
Done.
|
| private: |
| void SetErrorState(const std::string& reason); |
| - void LogMessage(const std::string& message); |
| bool UpdateCaptureResolution(); |
| // Flag indicating the internal state. |