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

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

Issue 2440563004: Switch to using an explicit ended signal instead of time comparison. (Closed)
Patch Set: Fix ended event in ARI. Created 4 years, 2 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/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index 8050c4050f996bd8d70c4ea07ff7f4da8690ce60..250449e276b101222b828974b7dc2df8dc8097db 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -363,7 +363,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
// WebMediaPlayerClient implementation.
void networkStateChanged() final;
void readyStateChanged() final;
- void timeChanged() final;
+ void timeChanged(bool) final;
void repaint() final;
void durationChanged() final;
void sizeChanged() final;

Powered by Google App Engine
This is Rietveld 408576698