Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: Source/core/animation/DocumentAnimations.h

Issue 369793003: Make the web-animations engine use the passed in blink::WebFrameTime values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing remaining usages of -1 in the code. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/AnimationTimelineTest.cpp ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/DocumentAnimations.h
diff --git a/Source/core/animation/DocumentAnimations.h b/Source/core/animation/DocumentAnimations.h
index f92f9942b497f88054d36bb205ed4f9ac7b9dc95..1c3dd0a6333c0cf6684fb8bcdb2198e15905c2b6 100644
--- a/Source/core/animation/DocumentAnimations.h
+++ b/Source/core/animation/DocumentAnimations.h
@@ -32,6 +32,7 @@
#define DocumentAnimations_h
#include "core/CSSPropertyNames.h"
+#include "public/platform/WebFrameTime.h"
namespace WebCore {
@@ -41,7 +42,7 @@ class Node;
class DocumentAnimations {
public:
- static void updateAnimationTimingForAnimationFrame(Document&, double monotonicAnimationStartTime);
+ static void updateAnimationTimingForAnimationFrame(Document&, blink::WebFrameTime monotonicAnimationStartTime);
static bool needsOutdatedAnimationPlayerUpdate(const Document&);
static void updateOutdatedAnimationPlayersIfNeeded(Document&);
static void updateAnimationTimingForGetComputedStyle(Node&, CSSPropertyID);
« no previous file with comments | « Source/core/animation/AnimationTimelineTest.cpp ('k') | Source/core/animation/DocumentAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698