| Index: components/test_runner/renderer/mock_video_capturer_source.h
|
| diff --git a/components/test_runner/renderer/mock_video_capturer_source.h b/components/test_runner/renderer/mock_video_capturer_source.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73fbdfaad7b7e5e1fddb05bcbcd65e8b293284fb
|
| --- /dev/null
|
| +++ b/components/test_runner/renderer/mock_video_capturer_source.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef COMPONENTS_TEST_RUNNER_CONTENT_RENDERER_MOCK_VIDEO_CAPTURER_SOURCE_H_
|
| +#define COMPONENTS_TEST_RUNNER_CONTENT_RENDERER_MOCK_VIDEO_CAPTURER_SOURCE_H_
|
| +
|
| +namespace blink {
|
| +class WebMediaStream;
|
| +} // namespace blink
|
| +
|
| +namespace test_runner {
|
| +
|
| +void AddVideoTrackToMediaStream(blink::WebMediaStream* stream);
|
| +
|
| +} // namespace test_runner
|
| +
|
| +#endif // COMPONENTS_TEST_RUNNER_CONTENT_RENDERER_MOCK_VIDEO_CAPTURER_SOURCE_H_
|
|
|