| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 397330e780aedd694d8034a27b4c2cf531962d9f..1f1e003f1070b7a7f65ed39c264b848d894b7eba 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -53,6 +53,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
| +#include "public/platform/WebFrameTime.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -931,7 +932,7 @@ public:
|
|
|
| int requestAnimationFrame(PassOwnPtr<RequestAnimationFrameCallback>);
|
| void cancelAnimationFrame(int id);
|
| - void serviceScriptedAnimations(double monotonicAnimationStartTime);
|
| + void serviceScriptedAnimations(blink::WebFrameTime);
|
|
|
| virtual EventTarget* errorEventTarget() OVERRIDE FINAL;
|
| virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE FINAL;
|
|
|