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

Unified Diff: cc/animation/scroll_offset_animation_curve.cc

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: cc/animation/scroll_offset_animation_curve.cc
diff --git a/cc/animation/scroll_offset_animation_curve.cc b/cc/animation/scroll_offset_animation_curve.cc
index 87a29c1e0777c708cd0c285cdca1f1ff72d3b35c..956726301c403904e46201079a8687ad7af78a46 100644
--- a/cc/animation/scroll_offset_animation_curve.cc
+++ b/cc/animation/scroll_offset_animation_curve.cc
@@ -90,7 +90,7 @@ base::TimeDelta ScrollOffsetAnimationCurve::Duration() const {
}
AnimationCurve::CurveType ScrollOffsetAnimationCurve::Type() const {
- return SCROLL_OFFSET;
+ return ScrollOffset;
}
scoped_ptr<AnimationCurve> ScrollOffsetAnimationCurve::Clone() const {
« no previous file with comments | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/animation/scroll_offset_animation_curve_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698