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

Unified Diff: Source/core/page/AutoscrollController.h

Issue 321373003: Changing animate to beginFrame and use struct rather than naked double to allow extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing Adam+Shane's feedback. Created 6 years, 6 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 | « no previous file | Source/core/page/AutoscrollController.cpp » ('j') | Source/core/page/AutoscrollController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/core/page/AutoscrollController.cpp » ('j') | Source/core/page/AutoscrollController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698