| Index: third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp b/third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp
|
| index 2d463431387703bdc4e53fb86c5e3e306ce54c90..8c013b0bbc9738551e9421eacca9c737315183e2 100644
|
| --- a/third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp
|
| @@ -21,4 +21,8 @@ WebSize EmptyWebMediaPlayer::NaturalSize() const {
|
| return WebSize(0, 0);
|
| }
|
|
|
| +WebString EmptyWebMediaPlayer::GetErrorMessage() const {
|
| + return WebString();
|
| +}
|
| +
|
| } // namespace blink
|
|
|