|
Change media MessageLoopProxy usage to SingleThreadTaskRunners.
Changing WebMediaPlayerImpl and related media code to use task runners
instead of MessageLoopProxy to avoid presubmit errors when moving this
code to media/blink. There is no functional change here. Just making the
tools happy. :)
BUG= 408338
Committed: https://crrev.com/b403494cafdf7f9222fc6e4df0d254691d4f186a
Cr-Commit-Position: refs/heads/master@{#292389}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+219 lines, -208 lines) |
Patch |
 |
M |
content/renderer/media/android/media_source_delegate.h
|
View
|
1
2
3
|
4 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/media_source_delegate.cc
|
View
|
1
2
3
4
5
|
29 chunks |
+42 lines, -42 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/renderer_demuxer_android.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/renderer_demuxer_android.cc
|
View
|
1
2
|
4 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/webmediaplayer_android.h
|
View
|
1
2
3
4
5
|
4 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/webmediaplayer_android.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/buffered_data_source.h
|
View
|
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/buffered_data_source.cc
|
View
|
|
19 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/renderer_gpu_video_accelerator_factories.h
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/renderer_gpu_video_accelerator_factories.cc
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/texttrack_impl.h
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/texttrack_impl.cc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_impl.cc
|
View
|
1
2
3
4
|
38 chunks |
+66 lines, -64 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/video_decoder_shim.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/video_decoder_shim.cc
|
View
|
|
6 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|