Index: third_party/WebKit/Source/core/paint/VideoPainterTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp b/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp |
index 49a37a94fd09d493fe0bc3477705be51df943d64..5969b41917af737069ef2492885170ef659794bd 100644 |
--- a/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp |
@@ -67,7 +67,7 @@ public: |
unsigned droppedFrameCount() const override { return 0; } |
size_t audioDecodedByteCount() const override { return 0; } |
size_t videoDecodedByteCount() const override { return 0; } |
- void paint(WebCanvas*, const WebRect&, unsigned char alpha, SkXfermode::Mode) override {} |
+ void paint(WebCanvas*, const WebRect&, SkPaint&) override {} |
private: |
WebMediaPlayerClient* m_client; |