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

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

Issue 2779273003: [Media Controls] Add UMA for timeline scrubber (Closed)
Patch Set: Appease MSVC 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/core/html/media/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/media/MediaControls.h b/third_party/WebKit/Source/core/html/media/MediaControls.h
index 415a00bace2257f4180c3e94ba2bb4b0483a2328..d22feef75aff277100e01f9214492940361ae519 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -85,6 +85,7 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
virtual void onTimeUpdate() = 0;
virtual void onDurationChange() = 0;
virtual void onPlay() = 0;
+ virtual void onPlaying() = 0;
virtual void onPause() = 0;
virtual void onTextTracksAddedOrRemoved() = 0;
virtual void onTextTracksChanged() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/html/BUILD.gn ('k') | third_party/WebKit/Source/core/html/shadow/MediaControlElements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698