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..0cd12c29a504fa60568d23932242582ea89a1451 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&, SkPaint&) override { }; |
}; |
class MockWebMediaPlayer : public EmptyWebMediaPlayer { |