|
Moved SkCanvasVideoRenderer to media/filters.
SkCanvasVideoRenderer will be used for rendering YUV video streams by
the software compositor. To avoid circular dependencies cc/ cannot depend
on webkit/ hence the move.
Also changed the interface of SkCanvasVideoRenderer::Paint to accept
gfx::RectF instead of gfx::Rect. The gfx::Rect was converted to a
floating point SkRect anyway and we actually use the floating point
version from the software compositor.
BUG= 150016
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163829
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+36 lines, -575 lines) |
Patch |
|
M |
build/android/gtest_filter/content_unittests_disabled
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gtest_filter/media_unittests_disabled
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
A + |
media/filters/skcanvas_video_renderer.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
|
A + |
media/filters/skcanvas_video_renderer.cc
|
View
|
|
8 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
|
A + |
media/filters/skcanvas_video_renderer_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
media/media.gyp
|
View
|
1
2
|
5 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
D |
skia/config/win/stdint.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
|
D |
webkit/media/skcanvas_video_renderer.h
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
|
D |
webkit/media/skcanvas_video_renderer.cc
|
View
|
|
1 chunk |
+0 lines, -260 lines |
0 comments
|
Download
|
|
D |
webkit/media/skcanvas_video_renderer_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -202 lines |
0 comments
|
Download
|
|
M |
webkit/media/webkit_media.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webkit/media/webmediaplayer_ms.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webkit/media/webmediaplayer_ms.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webkit/media/webmediaplayer_proxy.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|