| Index: talk/app/webrtc/remotevideocapturer.h
|
| diff --git a/talk/app/webrtc/remotevideocapturer.h b/talk/app/webrtc/remotevideocapturer.h
|
| index 1429ffb9ccd47ba8274653f195c24bbabc246fc6..b5298d94ee3ccad1fa5aab8c270231bda0895b6e 100644
|
| --- a/talk/app/webrtc/remotevideocapturer.h
|
| +++ b/talk/app/webrtc/remotevideocapturer.h
|
| @@ -51,7 +51,7 @@ class RemoteVideoCapturer : public cricket::VideoCapturer {
|
| const cricket::VideoFormat& capture_format) override;
|
| void Stop() override;
|
| bool IsRunning() override;
|
| - bool GetPreferredFourccs(std::vector<uint32>* fourccs) override;
|
| + bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override;
|
| bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
| cricket::VideoFormat* best_format) override;
|
| bool IsScreencast() const override;
|
|
|