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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 1417683004: Media controls refer to less magic state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ...because NeedsRebaseline is not a platform type. 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/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index dd44d9b156be2becb14c3e4b71aaa13a298f63bd..eed483d68b54b04f226e37bcb2af169ee8f71680 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -357,4 +357,6 @@
void forceRestrictIFramePermissions();
[RaisesException] double monotonicTimeToZeroBasedDocumentTime(double platformTime);
+
+ [TypeChecking=Interface] void setMediaElementNetworkState(HTMLMediaElement element, double state);
philipj_slow 2015/10/28 15:14:02 If this stays, s/double/long/ or some other intege
liberato (no reviews please) 2015/10/29 16:10:26 done. the last time i tried to add a non-double t
};

Powered by Google App Engine
This is Rietveld 408576698