diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 10:00:36 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 10:00:36 +0000 |
commit | befd0f518ccc7d4e627e8748dcd7f4ff8089591b (patch) | |
tree | 4bf751be8490cfa2af31bda2b37de86775987d09 /cc/input | |
parent | f1f1c77bb31371ef7c7ede442364a369ee6e4664 (diff) | |
download | chromium_src-befd0f518ccc7d4e627e8748dcd7f4ff8089591b.zip chromium_src-befd0f518ccc7d4e627e8748dcd7f4ff8089591b.tar.gz chromium_src-befd0f518ccc7d4e627e8748dcd7f4ff8089591b.tar.bz2 |
cc: Chromify TimingFunction
R=danakj@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/12991003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190250 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/input')
-rw-r--r-- | cc/input/top_controls_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/input/top_controls_manager.cc b/cc/input/top_controls_manager.cc index a0ea636..e1698f1 100644 --- a/cc/input/top_controls_manager.cc +++ b/cc/input/top_controls_manager.cc @@ -148,7 +148,7 @@ void TopControlsManager::SetupAnimation(AnimationDirection direction) { top_controls_animation_->AddKeyframe( FloatKeyframe::Create(start_time + kShowHideMaxDurationMs, controls_top_offset_ + max_ending_offset, - EaseTimingFunction::create())); + EaseTimingFunction::Create())); animation_direction_ = direction; } |