Index: Source/core/paint/VideoPainter.cpp |
diff --git a/Source/core/paint/VideoPainter.cpp b/Source/core/paint/VideoPainter.cpp |
index 2aa540ba7ea1af5ed1bcb57ced271ccdae275f3f..6913547a21c7099ce436a2ef1c1dbb2ecf7fcbfd 100644 |
--- a/Source/core/paint/VideoPainter.cpp |
+++ b/Source/core/paint/VideoPainter.cpp |
@@ -45,7 +45,7 @@ void VideoPainter::paintReplaced(const PaintInfo& paintInfo, const LayoutPoint& |
LayoutObjectDrawingRecorder drawingRecorder(*context, m_layoutVideo, paintInfo.phase, contentRect, paintOffset); |
if (displayingPoster) { |
- ImagePainter(m_layoutVideo).paintIntoRect(context, rect); |
+ ImagePainter(m_layoutVideo, KURL()).paintIntoRect(context, rect); // TODO(davve): empty url |
} else if ((paintInfo.globalPaintFlags() & GlobalPaintFlattenCompositingLayers) || !m_layoutVideo.acceleratedRenderingInUse()) { |
SkPaint videoPaint = context->fillPaint(); |
videoPaint.setColor(SK_ColorBLACK); |