| Index: third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp
|
| index cb582741c8c4f154ca8a6ff3f3494cc487000cd3..1f87881fcf4dbaba8038d403c389a89e6a5e6fab 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp
|
| @@ -69,7 +69,7 @@ class MockVideoWebMediaPlayer : public WebMediaPlayer {
|
| 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&, SkPaint&) override{};
|
| + void paint(WebCanvas*, const WebRect&, PaintFlags&) override{};
|
|
|
| MOCK_CONST_METHOD0(naturalSize, WebSize());
|
| };
|
|
|