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 Review URL: https://chromiumcodereview.appspot.com/11234071 git-svn-id: http://src.chromium.org/svn/trunk/src/build@163829 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
03fe9f16fc
Коммит
771d6f68ad
|
@ -12,8 +12,6 @@ AudioRendererHostTest.SimulateErrorAndClose
|
|||
# crbug.com/104950
|
||||
DeviceOrientationProviderTest.ObserverNotRemoved
|
||||
DeviceOrientationProviderTest.StartFailing
|
||||
# crbug.com/138930
|
||||
SkCanvasVideoRendererTest.*
|
||||
# crbug.com/139095
|
||||
RenderWidgetTest.OnMsgPaintAtSize
|
||||
# crbug.com/147549
|
||||
|
|
|
@ -9,3 +9,6 @@ CompositeFilterDeathTest.*
|
|||
|
||||
# http://crbug.com/138833
|
||||
AesDecryptorTest.*
|
||||
|
||||
# crbug.com/138930
|
||||
SkCanvasVideoRendererTest.*
|
||||
|
|
Загрузка…
Ссылка в новой задаче