| 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 af01aa16dda7958af442110d7de2a9bec30ad80a..1d9940a29324a24394697f870fbea72466a6e1bb 100644
|
| --- a/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp
|
| @@ -79,7 +79,7 @@ class StubWebMediaPlayer : public WebMediaPlayer {
|
| ReadyState m_readyState = ReadyStateHaveNothing;
|
| };
|
|
|
| -class StubFrameLoaderClient : public EmptyFrameLoaderClient {
|
| +class StubFrameLoaderClient : public EmptyLocalFrameClient {
|
| public:
|
| // FrameLoaderClient
|
| std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
|
|
|