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

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

Issue 1415683009: Support earliest seekable time in WMPI. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more androidfixes. Created 5 years, 1 month 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/MediaControlElements.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
index 1762f9dea61458c285cff8d6d3561930dc94bcdf..a11ea99571ea588845ca8f4355561b706dc5f127 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
@@ -152,8 +152,7 @@ public:
bool willRespondToMouseClickEvents() override;
- // FIXME: An "earliest possible position" will be needed once that concept
- // is supported by HTMLMediaElement, see https://crbug.com/137275
+ void setEarliestPosition(double);
void setPosition(double);
void setDuration(double);

Powered by Google App Engine
This is Rietveld 408576698