Index: Source/core/html/shadow/MediaControlElements.cpp |
diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp |
index aed1792bfe75bd8d1fbc3b4e96b45cf2d27177dd..933fc8e91c71392788d2798d9027473a34b72da3 100644 |
--- a/Source/core/html/shadow/MediaControlElements.cpp |
+++ b/Source/core/html/shadow/MediaControlElements.cpp |
@@ -55,6 +55,8 @@ using namespace HTMLNames; |
static const AtomicString& getMediaControlCurrentTimeDisplayElementShadowPseudoId(); |
static const AtomicString& getMediaControlTimeRemainingDisplayElementShadowPseudoId(); |
+// If you change any of the following fade durations, then also update the |
+// corresponding values in LayoutTests/media/media-controls.js. |
static const double fadeInDuration = 0.1; |
static const double fadeOutDuration = 0.3; |