|
Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourceProviderImpl.
Doing so prevents the silliness of passing the same pointer into WebMediaPlayerParams twice. Furthermore, the switch-checking logic and render view ID code is better contained as part of RenderViewImpl as opposed to being stuffed inside RenderAudioSourceProvider's constructor.
BUG= 136442
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175948
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+208 lines, -348 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/render_audiosourceprovider.h
|
View
|
|
1 chunk |
+0 lines, -87 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/render_audiosourceprovider.cc
|
View
|
|
1 chunk |
+0 lines, -172 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
|
4 chunks |
+27 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
webkit/media/webaudiosourceprovider_impl.h
|
View
|
1
|
3 chunks |
+32 lines, -40 lines |
1 comment
|
Download
|
 |
A |
webkit/media/webaudiosourceprovider_impl.cc
|
View
|
1
|
1 chunk |
+136 lines, -0 lines |
2 comments
|
Download
|
 |
M |
webkit/media/webkit_media.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webmediaplayer_impl.h
|
View
|
1
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webmediaplayer_impl.cc
|
View
|
1
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webmediaplayer_params.h
|
View
|
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webmediaplayer_params.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/support/webkit_support.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|