|
Vanquish the remnants of media::MessageLoopFactory.
Now that media code runs on a single thread we no longer need to worry about creating additional threads at runtime.
To make changes like this easier in the future, webkit_media::WebMediaPlayerParams is introduced to avoid plumbing parameters through Chrome's various abstraction layers.
BUG= 116873
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174808
Total comments: 11
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -316 lines) |
Patch |
|
M |
chrome/renderer/chrome_content_renderer_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/prerender/prerender_webmediaplayer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -12 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/prerender/prerender_webmediaplayer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -18 lines |
0 comments
|
Download
|
|
M |
content/public/renderer/content_renderer_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
|
M |
content/public/renderer/content_renderer_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+6 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/renderer_gpu_video_decoder_factories.h
|
View
|
1
2
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/renderer_gpu_video_decoder_factories.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+9 lines, -16 lines |
0 comments
|
Download
|
|
|
media/base/message_loop_factory.h
|
View
|
1
2
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
|
D |
media/base/message_loop_factory.cc
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
|
M |
media/filters/gpu_video_decoder.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
media/filters/gpu_video_decoder.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
media/tools/player_x11/player_x11.cc
|
View
|
1
2
|
5 chunks |
+7 lines, -14 lines |
0 comments
|
Download
|
|
M |
webkit/media/webkit_media.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/media/webmediaplayer_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+10 lines, -37 lines |
0 comments
|
Download
|
|
M |
webkit/media/webmediaplayer_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
9 chunks |
+26 lines, -26 lines |
0 comments
|
Download
|
|
A |
webkit/media/webmediaplayer_params.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
A |
webkit/media/webmediaplayer_params.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/support/webkit_support.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -13 lines |
0 comments
|
Download
|
|
|
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -13 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|