Title: [121173] trunk/Source/WebCore
- Revision
- 121173
- Author
- [email protected]
- Date
- 2012-06-25 11:56:20 -0700 (Mon, 25 Jun 2012)
Log Message
Remove unused constant timeWithoutMouseMovementBeforeHidingControls
https://bugs.webkit.org/show_bug.cgi?id=89823
Patch by Kwang Yul Seo <[email protected]> on 2012-06-25
Reviewed by Daniel Bates.
After r87692, timeWithoutMouseMovementBeforeHidingControls is not used anymore.
* html/HTMLMediaElement.cpp:
(WebCore):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (121172 => 121173)
--- trunk/Source/WebCore/ChangeLog 2012-06-25 18:49:38 UTC (rev 121172)
+++ trunk/Source/WebCore/ChangeLog 2012-06-25 18:56:20 UTC (rev 121173)
@@ -1,3 +1,15 @@
+2012-06-25 Kwang Yul Seo <[email protected]>
+
+ Remove unused constant timeWithoutMouseMovementBeforeHidingControls
+ https://bugs.webkit.org/show_bug.cgi?id=89823
+
+ Reviewed by Daniel Bates.
+
+ After r87692, timeWithoutMouseMovementBeforeHidingControls is not used anymore.
+
+ * html/HTMLMediaElement.cpp:
+ (WebCore):
+
2012-06-25 Zeev Lieber <[email protected]>
[Chromium] RenderPass textures are evicted at the end of every frame
Modified: trunk/Source/WebCore/html/HTMLMediaElement.cpp (121172 => 121173)
--- trunk/Source/WebCore/html/HTMLMediaElement.cpp 2012-06-25 18:49:38 UTC (rev 121172)
+++ trunk/Source/WebCore/html/HTMLMediaElement.cpp 2012-06-25 18:56:20 UTC (rev 121173)
@@ -2708,8 +2708,6 @@
// "15 to 250ms", we choose the slowest frequency
static const double maxTimeupdateEventFrequency = 0.25;
-static const double timeWithoutMouseMovementBeforeHidingControls = 3;
-
void HTMLMediaElement::startPlaybackProgressTimer()
{
if (m_playbackProgressTimer.isActive())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes