Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1327)

Unified Diff: third_party/WebKit/Source/platform/testing/EmptyWebMediaPlayer.cpp

Issue 2660003003: Add MediaError.message (Closed)
Patch Set: --flakiness by using std::map, update virtual/stable/[win,mac] global interface listing too Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698