Title: [185045] trunk/Source/WebCore
Revision
185045
Author
clo...@igalia.com
Date
2015-05-31 13:10:30 -0700 (Sun, 31 May 2015)

Log Message

Remove unused variable kZoomTicks.
https://bugs.webkit.org/show_bug.cgi?id=145504

Reviewed by Sam Weinig.

No new tests, no behavior changes.

* platform/ScrollAnimatorNone.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185044 => 185045)


--- trunk/Source/WebCore/ChangeLog	2015-05-31 19:50:16 UTC (rev 185044)
+++ trunk/Source/WebCore/ChangeLog	2015-05-31 20:10:30 UTC (rev 185045)
@@ -1,3 +1,14 @@
+2015-05-31  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        Remove unused variable kZoomTicks.
+        https://bugs.webkit.org/show_bug.cgi?id=145504
+
+        Reviewed by Sam Weinig.
+
+        No new tests, no behavior changes.
+
+        * platform/ScrollAnimatorNone.cpp:
+
 2015-05-31  Youenn Fablet  <youenn.fab...@crf.canon.fr>
 
         Async XMLHttpRequest should get access to AppCache resources stored as flat files

Modified: trunk/Source/WebCore/platform/ScrollAnimatorNone.cpp (185044 => 185045)


--- trunk/Source/WebCore/platform/ScrollAnimatorNone.cpp	2015-05-31 19:50:16 UTC (rev 185044)
+++ trunk/Source/WebCore/platform/ScrollAnimatorNone.cpp	2015-05-31 20:10:30 UTC (rev 185045)
@@ -49,7 +49,6 @@
 const double kFrameRate = 60;
 const double kTickTime = 1 / kFrameRate;
 const double kMinimumTimerInterval = .001;
-const double kZoomTicks = 11;
 
 std::unique_ptr<ScrollAnimator> ScrollAnimator::create(ScrollableArea& scrollableArea)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to