|
VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadSafe.
Claiming both (which GpuVideoDecodeAcceleratorHost was doing) is confusing and
RCTS encourages sloppy lifecycle management. Instead drop RCTS in favor of
WeakPtr<>s and explicit lifecycle management (scoped_ptr, with Pass).
BUG= 136294
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147069
Total comments: 4
Total comments: 5
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+231 lines, -169 lines) |
Patch |
 |
M |
content/common/gpu/client/command_buffer_proxy_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/command_buffer_proxy_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/dxva_video_decode_accelerator.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/gpu_video_decode_accelerator.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/gpu_video_decode_accelerator.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/mac_video_decode_accelerator.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/mac_video_decode_accelerator.mm
|
View
|
1
2
3
4
5
6
|
9 chunks |
+22 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/omx_video_decode_accelerator.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/omx_video_decode_accelerator.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+18 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/vaapi_video_decode_accelerator.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+34 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/video_decode_accelerator_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/pepper_platform_video_decoder_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/pepper_platform_video_decoder_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/filters/gpu_video_decoder.h
|
View
|
1
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/gpu_video_decoder.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+32 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/video/video_decode_accelerator.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|