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

Unified Diff: Source/core/dom/EventNames.h

Issue 16625011: Add minimal implementation of unprefixed MediaSource API that has feature parity with prefixed API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix global-constructors-listing-expected.txt Created 7 years, 6 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
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventNames.h
diff --git a/Source/core/dom/EventNames.h b/Source/core/dom/EventNames.h
index a436fee4430ace70f2e7f2a8bf66ae59d7e1aec5..9438b10ce021be2e63184f243e713997d5402066 100644
--- a/Source/core/dom/EventNames.h
+++ b/Source/core/dom/EventNames.h
@@ -164,6 +164,14 @@ namespace WebCore {
macro(enter) \
macro(exit) \
\
+ macro(addsourcebuffer) \
+ macro(removesourcebuffer) \
+ macro(sourceopen) \
+ macro(sourceended) \
+ macro(sourceclose) \
+ macro(update) \
+ macro(updateend) \
+ macro(updatestart) \
macro(webkitaddsourcebuffer) \
macro(webkitremovesourcebuffer) \
macro(webkitsourceopen) \
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698