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

Unified Diff: Source/core/html/MediaController.h

Issue 517593003: Allow HTMLMediaElement.currentTime to be set before the transition to HAVE_METADATA (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adding check for noSeekRequired Created 6 years, 3 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: Source/core/html/MediaController.h
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
index 1610e9aa21f2e5f3c6dbc5b73bcfb5e655c51e53..07938fa134a3e8c9dc7335431672cbb4c552031c 100644
--- a/Source/core/html/MediaController.h
+++ b/Source/core/html/MediaController.h
@@ -55,7 +55,7 @@ public:
double duration() const;
double currentTime() const;
- void setCurrentTime(double, ExceptionState&);
+ void setCurrentTime(double);
bool paused() const { return m_paused; }
void play();

Powered by Google App Engine
This is Rietveld 408576698