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

Unified Diff: third_party/WebKit/Source/core/html/MediaError.h

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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/core/html/MediaError.h
diff --git a/third_party/WebKit/Source/core/html/MediaError.h b/third_party/WebKit/Source/core/html/MediaError.h
index 520488595279495a2b8bc36cacd47054d0add2ba..20517697ee17558e165c56c07f29ec042ae2c058 100644
--- a/third_party/WebKit/Source/core/html/MediaError.h
+++ b/third_party/WebKit/Source/core/html/MediaError.h
@@ -36,10 +36,10 @@ class CORE_EXPORT MediaError final : public GarbageCollected<MediaError>, public
DEFINE_WRAPPERTYPEINFO();
public:
enum ErrorCode {
- MEDIA_ERR_ABORTED = 1,
- MEDIA_ERR_NETWORK,
- MEDIA_ERR_DECODE,
- MEDIA_ERR_SRC_NOT_SUPPORTED,
+ kMediaErrAborted = 1,
+ kMediaErrNetwork,
+ kMediaErrDecode,
+ kMediaErrSrcNotSupported,
};
static MediaError* create(ErrorCode code)
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLVideoElement.cpp ('k') | third_party/WebKit/Source/core/html/track/CueTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698