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

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

Issue 2660003003: Add MediaError.message (Closed)
Patch Set: Address dalecurtis@'s comment: undef STRINGIFY_STATUS_CASE 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..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

Powered by Google App Engine
This is Rietveld 408576698