| Index: webrtc/media/base/fakevideocapturer.h
|
| diff --git a/webrtc/media/base/fakevideocapturer.h b/webrtc/media/base/fakevideocapturer.h
|
| index 026bf80a7b15f0f83f94bf66a9fe52eb23bc7cd5..8f7576d9aa2f6a7e8020317fc3053f16e3ca32ba 100644
|
| --- a/webrtc/media/base/fakevideocapturer.h
|
| +++ b/webrtc/media/base/fakevideocapturer.h
|
| @@ -151,6 +151,9 @@ class FakeVideoCapturer : public cricket::VideoCapturer {
|
|
|
| webrtc::VideoRotation GetRotation() { return rotation_; }
|
|
|
| + // Expose as public, for testing.
|
| + using VideoCapturer::AdaptFrame;
|
| +
|
| private:
|
| bool running_;
|
| int64_t initial_timestamp_;
|
|
|