Index: third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp b/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp |
index eaaf3dc53952fb77878c72ba8979ffb7a4fc67fb..0233ab4aa04ed47c9ebd641ac5036fd56aabd7fb 100644 |
--- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp |
@@ -38,7 +38,7 @@ |
namespace blink { |
-static double kCurrentTimeBufferedDelta = 1.0; |
+static const double kCurrentTimeBufferedDelta = 1.0; |
typedef WTF::HashMap<const char*, Image*> MediaControlImageMap; |
static MediaControlImageMap* gMediaControlImageMap = 0; |