| 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 c8887508953a245373b8659f380c086e5f707fc7..ef041f377ae77fe7dd3a59c376c4b1c869adbbb9 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&, const SkPaint*) override {}
|
|
|
| private:
|
| WebMediaPlayerClient* m_client;
|
|
|