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

Unified Diff: cc/animation/scroll_offset_animation_curve.cc

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl 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 956726301c403904e46201079a8687ad7af78a46..87a29c1e0777c708cd0c285cdca1f1ff72d3b35c 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 ScrollOffset;
+ return SCROLL_OFFSET;
}
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