|
Cleanup naming issue with content::VideoFrameProvider
The name content::VideoFrameProvider was easy to cause confusion with
cc:VideoFrameProvider. Furthermore, the methods provided in the
content::VideoFrameProvider are not specific to Video, which makes the
name somewhat unsuitable.
List of changes:
* Moved the typedef content::VideoFrameProvider::RepaintCB out to a new
file and renamed it to VideoFrameCallback.
* Renamed interface VideoFrameProvider to PausableStream
* Renamed method Play() to Resume()
BUG= 526835
Committed: https://crrev.com/bcfff02130887b36724a2cc6874cbcc792ce985d
Cr-Commit-Position: refs/heads/master@{#398071}
Total comments: 13
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+123 lines, -314 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/content_shell.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/media_stream_renderer_factory.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/public/renderer/media_stream_video_renderer.h
|
View
|
1
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
D |
content/public/renderer/video_frame_provider.h
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_renderer_factory_impl.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_renderer_factory_impl.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_renderer_sink.h
|
View
|
1
|
3 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_renderer_sink.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_renderer_sink_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms.h
|
View
|
1
2
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms_unittest.cc
|
View
|
1
|
19 chunks |
+39 lines, -37 lines |
0 comments
|
Download
|
 |
M |
content/shell/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/test_media_stream_renderer_factory.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/test_media_stream_renderer_factory.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
content/shell/renderer/layout_test/test_media_stream_video_renderer.h
|
View
|
1
2
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
content/shell/renderer/layout_test/test_media_stream_video_renderer.cc
|
View
|
1
2
|
4 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/test_video_frame_provider.h
|
View
|
1
2
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/test_video_frame_provider.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
Total messages: 30 (13 generated)
|