Index: third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp |
index d50e429a3777a58bd47feea77582c39eaad14e73..f4687c20d93d0ed814a72c188c0e0d34fc150479 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp |
@@ -51,7 +51,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 { }; |
}; |
class MockWebMediaPlayer : public EmptyWebMediaPlayer { |