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

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

Issue 1360203002: Fix media element time display for times over an hour. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index d160dad2b49a2921a0e4d942951495eba327a8f1..044763094b9ebdfecc4cf21160c0c561b217eac8 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -350,4 +350,6 @@
bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
void forceRestrictIFramePermissions();
+
+ DOMString formatChromiumMediaControlsTime(float time, float duration, boolean includeSeparator);
};
« Source/core/testing/InternalSettings.idl ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698