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

Unified Diff: Source/core/page/AutoscrollController.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: [DO NOT REVIEW] Upload only for try bots. 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
Index: Source/core/page/AutoscrollController.h
diff --git a/Source/core/page/AutoscrollController.h b/Source/core/page/AutoscrollController.h
index 62f7fd6a3bb2b88de4e08589016120646b081ee4..07b8422e3863228af388d98db28c90363a58bd95 100644
--- a/Source/core/page/AutoscrollController.h
+++ b/Source/core/page/AutoscrollController.h
@@ -27,6 +27,7 @@
#define AutoscrollController_h
#include "platform/geometry/IntPoint.h"
+#include "public/platform/WebFrameTime.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {
@@ -55,7 +56,7 @@ class AutoscrollController {
public:
static PassOwnPtr<AutoscrollController> create(Page&);
- void animate(double monotonicFrameBeginTime);
+ void animate(blink::WebFrameTime);
bool autoscrollInProgress() const;
bool autoscrollInProgress(const RenderBox*) const;
bool panScrollInProgress() const;

Powered by Google App Engine
This is Rietveld 408576698