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

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

Issue 1373423003: Remove MediaController (already diabled by REF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update web-platform-tests expectations Created 5 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.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
index 0ced5dc08131f250cda4f0231deb99e6b44de111..196f025b25b11f360288deecf088d5b1aa8cd499 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
@@ -59,7 +59,7 @@ enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
readonly attribute boolean seeking;
// playback state
- [RaisesException=Setter] attribute double currentTime;
+ attribute double currentTime;
// FIXME: void fastSeek(double time);
readonly attribute unrestricted double duration;
// FIXME: Date getStartDate(); crbug.com/312699
@@ -74,10 +74,6 @@ enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
void play();
void pause();
- // media controller
- [RuntimeEnabled=MediaController, Reflect] attribute DOMString mediaGroup;
- [RuntimeEnabled=MediaController, TypeChecking=Interface] attribute MediaController? controller;
-
// controls
[Reflect] attribute boolean controls;
[RaisesException=Setter] attribute double volume;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | third_party/WebKit/Source/core/html/MediaController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698