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

Unified Diff: app/animation.cc

Issue 5588004: [gtk] Add fade-commit to instant suggestion for predictive instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 10 years 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 | app/multi_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/animation.cc
diff --git a/app/animation.cc b/app/animation.cc
index 595af9f2168a74daa1f4ebccc5c7e59fb5c40a8f..28932c9fc311f98565f1f682acb445c31585d112 100644
--- a/app/animation.cc
+++ b/app/animation.cc
@@ -65,7 +65,6 @@ double Animation::CurrentValueBetween(double start, double target) const {
int Animation::CurrentValueBetween(int start, int target) const {
return Tween::ValueBetween(GetCurrentValue(), start, target);
-
}
gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds,
« no previous file with comments | « no previous file | app/multi_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698