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

Unified Diff: Source/WebCore/platform/ScrollAnimatorNone.h

Issue 7604015: Merge 92639 - Scroll animator changes to nail the framerate (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | Source/WebCore/platform/ScrollAnimatorNone.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/ScrollAnimatorNone.h
===================================================================
--- Source/WebCore/platform/ScrollAnimatorNone.h (revision 92726)
+++ Source/WebCore/platform/ScrollAnimatorNone.h (working copy)
@@ -112,14 +112,16 @@
Curve m_releaseCurve;
ScrollbarOrientation m_orientation;
- Timer<ScrollAnimatorNone> m_animationTimer;
};
void animationTimerFired(Timer<ScrollAnimatorNone>*);
- void stopAnimationTimerIfNeeded(PerAxisData*);
+ void stopAnimationTimerIfNeeded();
PerAxisData m_horizontalData;
PerAxisData m_verticalData;
+
+ double m_startTime;
+ Timer<ScrollAnimatorNone> m_animationTimer;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/WebCore/platform/ScrollAnimatorNone.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698