diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 20:04:36 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 20:04:36 +0000 |
commit | d37225fe08bb63a70cc52bcfbbd845af5726c419 (patch) | |
tree | 406c5bdd2cf18c8a5a7351e79a4c1e7a379d98b5 /chrome/common/slide_animation.cc | |
parent | 604a7bee4d5ec7424ef71f094c2f4232f606b995 (diff) | |
download | chromium_src-d37225fe08bb63a70cc52bcfbbd845af5726c419.zip chromium_src-d37225fe08bb63a70cc52bcfbbd845af5726c419.tar.gz chromium_src-d37225fe08bb63a70cc52bcfbbd845af5726c419.tar.bz2 |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 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, 0 insertions, 2 deletions
diff --git a/chrome/common/slide_animation.cc b/chrome/common/slide_animation.cc index 2be6d093..f3f9c5a 100644 --- a/chrome/common/slide_animation.cc +++ b/chrome/common/slide_animation.cc @@ -29,8 +29,6 @@ #include "chrome/common/slide_animation.h" -#include <math.h> - // How many frames per second to target. static const int kDefaultFramerateHz = 50; |