Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h |
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h |
index 590db6ed0005814993ba95c843bdc2d4848023c6..d4f7afcad48f262a3707dc31eece5d938421c5ca 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h |
@@ -179,6 +179,7 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement { |
void onTimeUpdate(); |
void onDurationChange(); |
void onPlay(); |
+ void onPlaying(); |
void onPause(); |
void onTextTracksAddedOrRemoved(); |
void onTextTracksChanged(); |