| Index: third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp b/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
|
| index d83818dc7a3e71dab571a8ea0d90d6634b580998..551cfeae39724e8b2035842879edafffdfff42c4 100644
|
| --- a/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
|
| @@ -5,13 +5,13 @@
|
| #include "core/animation/ElementAnimation.h"
|
| #include "core/css/PropertyDescriptor.h"
|
| #include "core/css/PropertyRegistration.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| #include "public/web/WebScriptSource.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/sim/SimCompositor.h"
|
| #include "web/tests/sim/SimDisplayItemList.h"
|
| #include "web/tests/sim/SimRequest.h"
|
| #include "web/tests/sim/SimTest.h"
|
| -#include "wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|