| Index: third_party/WebKit/Source/core/animation/AnimationClock.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationClock.cpp b/third_party/WebKit/Source/core/animation/AnimationClock.cpp
|
| index 761be632caa70cb27e4641ef22bfa425cd7b838d..49da1395935ebb5aeb2a8ae6fb75a68e4e6d4bbf 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationClock.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationClock.cpp
|
| @@ -30,8 +30,8 @@
|
|
|
| #include "core/animation/AnimationClock.h"
|
|
|
| -#include "wtf/CurrentTime.h"
|
| #include <math.h>
|
| +#include "wtf/CurrentTime.h"
|
|
|
| namespace {
|
|
|
|
|