| 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..66f261deabb2a01010e533e2037ec0f6d83ad705 100644
|
| --- a/third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp
|
| @@ -21,4 +21,9 @@ WebSize EmptyWebMediaPlayer::NaturalSize() const {
|
| return WebSize(0, 0);
|
| }
|
|
|
| +std::map<std::string, std::vector<std::string>>
|
| +EmptyWebMediaPlayer::GetErrorMessages() const {
|
| + return std::map<std::string, std::vector<std::string>>();
|
| +}
|
| +
|
| } // namespace blink
|
|
|