diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 23:25:43 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 23:25:43 +0000 |
commit | a5b94a90c11917b9c7f1d91c9a2069badc22819e (patch) | |
tree | b37df6a3cab7423d33ca6d6147fe68ead3a9f844 /chrome/common/slide_animation.cc | |
parent | 0c6332fe5c874df3fcf1d3b29a6e633efb3418eb (diff) | |
download | chromium_src-a5b94a90c11917b9c7f1d91c9a2069badc22819e.zip chromium_src-a5b94a90c11917b9c7f1d91c9a2069badc22819e.tar.gz chromium_src-a5b94a90c11917b9c7f1d91c9a2069badc22819e.tar.bz2 |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/slide_animation.cc')
-rw-r--r-- | chrome/common/slide_animation.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/slide_animation.cc b/chrome/common/slide_animation.cc index f3f9c5a..2be6d093 100644 --- a/chrome/common/slide_animation.cc +++ b/chrome/common/slide_animation.cc @@ -29,6 +29,8 @@ #include "chrome/common/slide_animation.h" +#include <math.h> + // How many frames per second to target. static const int kDefaultFramerateHz = 50; |