Index: third_party/WebKit/Source/core/paint/VideoPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/VideoPainter.cpp b/third_party/WebKit/Source/core/paint/VideoPainter.cpp |
index 02e011ab4a98e88fdded392cc690a4c21e7ed378..524030cb731e37448234f86937960ecede658070 100644 |
--- a/third_party/WebKit/Source/core/paint/VideoPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/VideoPainter.cpp |
@@ -67,7 +67,7 @@ void VideoPainter::paintReplaced(const PaintInfo& paintInfo, |
ImagePainter(m_layoutVideo) |
.paintIntoRect(context, replacedRect, contentRect); |
} else { |
- SkPaint videoPaint = context.fillPaint(); |
+ PaintFlags videoPaint = context.fillPaint(); |
videoPaint.setColor(SK_ColorBLACK); |
m_layoutVideo.videoElement()->paintCurrentFrame( |
context.canvas(), snappedReplacedRect, &videoPaint); |