|
Rename MediaPlayerBridgeManager to MediaPlayerManager
To support MediaSource, i am planning to introduce MediaSourceBridge on android.
Both MediaSourceBridge and MediaPlayerBridge will inherit from a common class: MediaPlayerAndroid.
As a result of this plan, MediaPlayerBridgeManager is no longer a good name for this common class.
This CL includes the following changes:
1. rename MediaPlayerBridgeManager to MediaPlayerManager, and MediaPlayerManagerAndroid to MediaPlayerManagerImpl.
2. remove MediaPlayerBridgeManagerImpl as it is no longer being used.
3. MediaResouceGetter is now owned by MediaPlayerManagerImpl.
so we no longer need to create a separate MediaResourceGetter for each player.
BUG= 233420
R=jam@chromium.org, scherkus@chromium.org, yfriedman@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197626
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -780 lines) |
Patch |
 |
M |
content/browser/android/child_process_launcher_android.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/content_video_view.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_video_view.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/browser/android/media_player_manager_android.h
|
View
|
1
|
1 chunk |
+0 lines, -125 lines |
0 comments
|
Download
|
 |
D |
content/browser/android/media_player_manager_android.cc
|
View
|
1
|
1 chunk |
+0 lines, -381 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/media_player_manager_impl.h
|
View
|
1
|
5 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/media_player_manager_impl.cc
|
View
|
1
2
3
|
22 chunks |
+61 lines, -54 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/surface_texture_peer_browser_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_android.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_bridge.h
|
View
|
1
|
4 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_bridge.cc
|
View
|
1
|
8 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
D |
media/base/android/media_player_bridge_manager.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
media/base/android/media_player_bridge_manager.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
media/base/android/media_player_manager.h
|
View
|
|
2 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
media/base/android/media_player_manager.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
webkit/media/android/media_player_bridge_manager_impl.h
|
View
|
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
D |
webkit/media/android/media_player_bridge_manager_impl.cc
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webkit_media.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|