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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControls.h

Issue 2779273003: [Media Controls] Add UMA for timeline scrubber (Closed)
Patch Set: Address isherman's review comments Created 3 years, 9 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/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();

Powered by Google App Engine
This is Rietveld 408576698