| Index: Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp
|
| index 4ed0feab56a9e18be62873437488bf819be7879e..6cc6ced7e14dd090793419470cf1a2d6bda3dba3 100644
|
| --- a/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/Source/core/html/HTMLVideoElement.cpp
|
| @@ -206,7 +206,7 @@ void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, cons
|
| return;
|
|
|
| WebCanvas* canvas = context->canvas();
|
| - SkXfermode::Mode mode = WebCoreCompositeToSkiaComposite(context->compositeOperation(), context->blendModeOperation());
|
| + SkXfermode::Mode mode = context->compositeOperation();
|
| webMediaPlayer()->paint(canvas, destRect, context->getNormalizedAlpha(), mode);
|
| }
|
|
|
|
|